Table of content
Getting started
In order for you to learn how to use this API, we provide two examples illustrated with Python code. The first one shows you how to consume the API and save each call in its own JSON file.
Get your API token
You have to already be a customer of Allo-Media in order to be able to get data from this API. If so, please see with your account manager to get an API token. You will then be able to pass this value in the Authorization header of each request.
Install an SDK
Unfortunately, we don't have any SDK to share with you yet. We are going to use Python for the examples.
Usage limits
A limit of 20 requests during a timelapse of 10 seconds per IP is active on the API. If you reach this limit, you will receive a temporary HTTP 429 Too Many Requests
status code.