the code can be retrieved from Github:
import requests
def download() → dict:
payload = {‘client_id’:’___________’,‘image_keys’:‘b8lnX0wIbI0Sn58c9Qk9ba’}
r = requests.get(“https://a.mapillary.com/v3/object_detections/segmentations”,params=payload)
a = r.json()
return a
a=(download())
print(a