Authenticate your requests to ArtemisAds with an API key.1. Create a ArtemisAds Account#
2. Generate an API Key#
After logging into ArtemisAds, go to Settings in the left navigation menu, open the Open API page, and click Generate to create your API key.3. Authenticate Requests#
To authenticate your requests, include the custom authorization headerx-aa-authorizationwith the value Bearer your_api_key.curl -H "x-aa-authorization: Bearer <api_key>"
https://api.artemisads.com/openapi/<publisher|seller>/<endpoint>
4. Authentication Failure#
If the API Key is invalid or missing, the request will be rejected, and the API will return an HTTP 401 Unauthorized status code. Modified at 2025-12-15 06:23:47