Get alignment
Brand alignment score and claim totals for one execution date.
GET /brands/{brand_id}/alignmentAuthorization
| Header | Type | Required |
|---|---|---|
Authorization | Bearer asky_sk_… | required |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
brand_id | uuid | required | From List brands |
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
execution_date | YYYY-MM-DD | optional | The run to report on. Defaults to the latest. |
category_id | uuid, repeatable | optional | Restrict to these claim categories. |
engine | string, repeatable | optional | Restrict to these AI search engines, by slug. From List engines. Narrows the population before metrics are computed. |
country | string, repeatable | optional | Restrict to these execution country codes. Narrows the population before metrics are computed. |
Request
curl https://api.askylabs.com/v1/brands/BRAND_ID/alignment \
-H "Authorization: Bearer $ASKY_API_KEY"Response
{
"error": {
"code": "invalid_request",
"message": "Unknown parameter 'limit'. Allowed: execution_date, category_id, engine, country.",
"request_id": "req_5654479536ce41488948"
}
}Last updated on