https://adaily.co
TEST_API_KEY as the API key.
| Name | Description | Type |
|---|---|---|
|
Authorization
required
|
Bearer token for API authentication |
string
(header)
|
|
body
required
|
Search query request body |
object
(body)
|
| Code | Description | Schema |
|---|---|---|
| 200 | Successful response with campaign data | array[Campaign] |
| 400 | Bad Request - Query missing | Error |
| 401 | Unauthorized - Invalid or missing API key | Error |
| 403 | Forbidden - Subscription expired or insufficient credits | Error |
| 429 | Too Many Requests - Rate limit exceeded (4/min) | Error |
| 500 | Internal Server Error | Error |
| Field | Type | Description |
|---|---|---|
| agency | string | The advertising agency that created the campaign |
| agencyPortfolioLink | string | Link to the agency's portfolio page for this campaign |
| brand | string | The brand/company the campaign was created for |
| category | string | Industry category (e.g., "Retail - food", "Other food") |
| challenge | string | The business challenge the campaign aimed to solve |
| country | string | Country where the campaign was executed |
| idea | string | The core creative idea behind the campaign |
| name | string | Campaign name/title |
| oneLineDescription | string | Brief one-line summary of the campaign |
| region | string | Geographic region (e.g., "North America", "Europe") |
| results | string | Campaign results, metrics, and outcomes |
| summary | string | Detailed campaign summary and execution details |
| targetGroup | string | Target audience description |
| textCaseStudy | string | URL to written case study |
| videoCaseStudy | string | URL to video case study |
| year | string | Year the campaign was executed |
| Field | Type | Description |
|---|---|---|
| error | string | Error message description |
| code | string | Error code identifier (e.g., "API_KEY_INVALID", "RATE_LIMIT_EXCEEDED") |