ApiDomain prompts
Get domain prompts (sentiment, alignment)
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
Response Body
application/json
curl -X GET "https://example.com/domains/string/prompts"{
"sentimentPrompts": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"text": "What do customers think about Nike?"
}
],
"alignmentPrompts": [
{
"id": "5c1f2e90-1a2b-4c3d-9e8f-0a1b2c3d4e5f",
"text": "Does Nike align with sustainability values?"
}
],
"updatedAt": "2026-05-25T10:30:00.000Z",
"createdAt": "2026-05-25T10:30:00.000Z"
}Get paginated citations for explorer table GET
Returns paginated and filtered inlined citations aggregated from all analysis types (visibility, competition, sentiment, alignment). Supports server-side filtering, sorting, and returns filter option values for building multi-select dropdowns. Responses are cached for 60 seconds.
Regenerate domain alignment prompts POST
Next Page