API Reference
Get a result's AI response text (on-demand)
Returns the AI surface's natural-language answer for a single execution. Fetched lazily when the result detail panel is opened — the prose is never included in the list/detail reads.
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
resultId*string
Response Body
application/json
curl -X GET "https://example.com/api/domains/string/shopping/results/string/response"{ "responseText": "Here are the best wireless headphones I found..."}