API Reference
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/api/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"}