Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.statista.ai/v1/research-ai/answer \ --header 'x-api-key: <api-key>'
{ "researchToken": "<string>", "state": {}, "response": { "answer": "<string>", "keyFacts": [ { "title": "<string>", "type": "<string>", "unit": "<string>", "value": "<string>" } ], "sources": [ { "contentId": "<string>", "contentType": "<string>", "displayTypeId": 123, "isCharged": true, "releasedAt": "2023-11-07T05:31:56Z", "source": "<string>", "text": "<string>", "title": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "url": "<string>", "graphicName": "<string>", "parentId": "<string>", "statisticType": 123, "surveyPeriod": "<string>", "titleShort": "<string>" } ] } }
The research token to identify the question. This token is returned by the ask endpoint.
ask
The request has succeeded.
Show child attributes
Was this page helpful?