cURL
curl --request GET \ --url https://api.olostep.com/v1/answers/{answer_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "created": 123, "metadata": {}, "task": "<string>", "result": { "json_content": "<string>", "json_hosted_url": "<string>", "sources": [ "<string>" ] } }
Deze endpoint haalt een eerder voltooid antwoord op via zijn ID.
Bearer authenticatie header in de vorm Bearer , waarbij jouw auth token is.
Unieke identificatie voor het antwoord dat opgehaald moet worden.
Succesvolle respons met het antwoord object.
Show child attributes
Was deze pagina nuttig?