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 your API credentials. You will then be able to pass this value in the Authorization header of each request.

Code examples

We are going to use Python for the examples.

Usage limits

The API usage is limited to 40 requests per IP during the last 10 seconds. If you reach this limit, you will receive an HTTP 429 Too Many Requests status code.

Examples