Skip to main content
POST
/
v1
/
aeo
/
llm-mentions
/
{endpoint}
LLM mentions
curl --request POST \
  --url https://api.usenaive.ai/v1/aeo/llm-mentions/{endpoint} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "tasks": [
    {}
  ],
  "cost": 123,
  "time": "<string>",
  "credits_used": 123,
  "credits_remaining": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

endpoint
enum<string>
required
Available options:
search,
aggregated-metrics,
cross-aggregated-metrics,
top-domains,
top-pages

Body

application/json

Opaque DataForSEO task parameters, forwarded upstream as-is. See https://docs.dataforseo.com for per-endpoint fields.

Response

OK.

DataForSEO passthrough envelope.

tasks
object[]
cost
number
time
string
credits_used
number

Present on billed POST/live endpoints.

credits_remaining
number

Present on billed POST/live endpoints.