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

Brand Kits

Endpoints for managing brand kits and their associated resources.

List Brand Kits

post

Brand Kits for AEO operations — provides the brand_kit_id required by all AEO tools (analytics, prompts, pages, citations, reports, grids, topics, personas).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
workspace_idintegerOptional

ID of the workspace to retrieve brand kits from. If not provided, returns brand kits from all workspaces the user belongs to.

sortstring · enumOptional

Sort field. Prefix with - for descending.

Available sort fields:

  • brand_name/-brand_name: Sort alphabetically by brand name
  • created_at/-created_at: Sort by creation date
  • prompts_count/-prompts_count: Sort by number of prompts/questions
Possible values:
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/list

Get Brand Kit

get

Brand Kits for AEO operations — provides the brand_kit_id required by all AEO tools (analytics, prompts, pages, citations, reports, grids, topics, personas).

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

The resource ID

Responses
200

Successful response

application/json
get
/public_api/brand_kits/{id}

Last updated

Was this helpful?