Skip to main content
Both the File API and the Adclear API authenticate with the same bearer key. Every request needs two headers.

Required headers

The API key is scoped to a single Adclear organisation and workspace. Rate limits apply per key (see Errors & rate limits).

Environments

API keys are environment-specific. A staging key won’t authenticate against production, and vice versa.
Build and test your integration against staging before switching to production.

Interactive API reference

Explore and try endpoints in Swagger UI: Machine-readable OpenAPI 3.1 specs:
  • GET https://public-api.adclear.ai/v1/openapi.json
  • GET https://files.adclear.ai/v1/openapi.json

Generate types from the spec

Generate TypeScript types directly from the specs with openapi-typescript: