curl --request POST \
--url https://api.athenahq.ai/api/v1/metrics/position/cumulative \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"website_id": "123e4567-e89b-12d3-a456-426614174000",
"filters": {
"start_date": "2024-01-01T00:00:00.000Z",
"end_date": "2024-12-31T23:59:59.999Z",
"models": [
"chatgpt",
"perplexity"
],
"prompt_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"competitor_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"prompt_status": "active",
"prompt_type": "branded"
}
}
'