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>" ] } }
此端点通过其ID检索先前完成的答案。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Eindeutiger Bezeichner für die abzurufende Antwort.
Erfolgreiche Antwort mit dem Antwortobjekt.
Show child attributes
¿Esta página le ayudó?