For the complete documentation index, see llms.txt. This page is also available as Markdown.

Answers

List Answers

post

Individual AI answers with their cited URLs and brand/competitor mentions.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired

The Brand Kit ID

Body
brand_kit_idintegerRequired

The ID of the Brand Kit

start_datestringOptional

Start date (ISO 8601) on aeo_analyses.created_at. Defaults to 30 days ago.

end_datestringOptional

End date (ISO 8601) on aeo_analyses.created_at. Defaults to today.

prompt_idintegerOptional

Filter answers by a single prompt (question) ID.

brand_mentionedbooleanOptional

When set, filter to answers where the brand was (or was not) mentioned.

pageintegerOptional

Page number

Default: 1
per_pageinteger · max: 100Optional

Items per page

Default: 25
Responses
200

Successful response

application/json
post
/public_api/brand_kits/{brand_kit_id}/answers/list

Get Answer

post

Individual AI answers with their cited URLs and brand/competitor mentions.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_kit_idintegerRequired

The Brand Kit ID

Body
brand_kit_idintegerRequired

The ID of the Brand Kit

start_datestringOptional

Start date (ISO 8601) on aeo_analyses.created_at. Defaults to 30 days ago.

end_datestringOptional

End date (ISO 8601) on aeo_analyses.created_at. Defaults to today.

prompt_idintegerOptional

Filter answers by a single prompt (question) ID.

brand_mentionedbooleanOptional

When set, filter to answers where the brand was (or was not) mentioned.

idintegerRequired

Resource ID

Responses
200

Successful response

application/json
post
/public_api/brand_kits/{brand_kit_id}/answers/show

Last updated

Was this helpful?