Research AI Playground
Poll Job on Research AI
API Reference
Discovery Playground
Data API Playground
Research AI Playground
Research AI Playground
Poll Job on Research AI
GET
/
v1
/
research-ai
/
research_ai_status
curl --request GET \
--url https://api.statista.ai/v1/research-ai/research_ai_status \
--header 'x-api-key: <api-key>'
{
"researchToken": "<string>",
"state": {
"status": "requested"
},
"response": {
"answer": "<string>",
"keyFacts": [
{
"title": "<string>",
"type": "<string>",
"unit": "<string>",
"value": "<string>"
}
],
"sources": [
{
"contentId": "<string>",
"contentType": "<string>",
"displayTypeId": 123,
"graphicName": "<string>",
"isCharged": true,
"locale": "german",
"parentId": "<string>",
"releasedAt": "2023-11-07T05:31:56Z",
"source": "<string>",
"statisticType": 123,
"surveyPeriod": "<string>",
"text": "<string>",
"title": "<string>",
"titleShort": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "<string>"
}
]
}
}
Authorizations
Query Parameters
Response
200
application/json
The request has succeeded.
Was this page helpful?
curl --request GET \
--url https://api.statista.ai/v1/research-ai/research_ai_status \
--header 'x-api-key: <api-key>'
{
"researchToken": "<string>",
"state": {
"status": "requested"
},
"response": {
"answer": "<string>",
"keyFacts": [
{
"title": "<string>",
"type": "<string>",
"unit": "<string>",
"value": "<string>"
}
],
"sources": [
{
"contentId": "<string>",
"contentType": "<string>",
"displayTypeId": 123,
"graphicName": "<string>",
"isCharged": true,
"locale": "german",
"parentId": "<string>",
"releasedAt": "2023-11-07T05:31:56Z",
"source": "<string>",
"statisticType": 123,
"surveyPeriod": "<string>",
"text": "<string>",
"title": "<string>",
"titleShort": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "<string>"
}
]
}
}