Skip to main content

Welcome

To interact with the API, you can use the provided API specifications. All API endpoints require authentication using API_KEY. Include your API key in the API_KEY header when making requests.

Base API URL

The base URL for the API is https://adscrush-api.anonymoussherlock.workers.dev/api.

Authentication

All API endpoints require authentication using API_KEY. Include your API key in the API_KEY header when making requests.
Headers
headers = {
    "API_KEY": "<api_key>",
}