Skip to Content
APIEndpointsGet alignment overview

Get alignment

Brand alignment score and claim totals for one execution date.

GET /brands/{brand_id}/alignment

Authorization

HeaderTypeRequired
AuthorizationBearer asky_sk_…required

Path parameters

ParameterTypeRequiredDescription
brand_iduuidrequiredFrom List brands

Query parameters

ParameterTypeRequiredDescription
execution_dateYYYY-MM-DDoptionalThe run to report on. Defaults to the latest.
category_iduuid, repeatableoptionalRestrict to these claim categories.
enginestring, repeatableoptionalRestrict to these AI search engines, by slug. From List engines. Narrows the population before metrics are computed.
countrystring, repeatableoptionalRestrict 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