Authentication

To access the API, you will need an API-KEY. Please contact your account manager to retrieve your credentials. Make sure you use the adequate credentials.

Authentication is done via HTTP headers.

To check your credentials work, you can run:

curl -s https://api.deepomatic.com/v0.7/accounts/me -H "X-API-KEY: ${DEEPOMATIC_API_KEY}"

Last updated

Was this helpful?