cURL
curl --request GET \ --url https://api.aryn.cloud/v1/async/result/{task_id} \ --header 'Authorization: Bearer <token>'
{ "status": [ "<string>" ], "status_code": 123, "error": "<string>", "elements": [ { "type": "<string>", "bbox": [ 123 ], "properties": {}, "text_representation": "<string>" } ], "markdown": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^/v1/document/partition$
Successful Response
The response is of type object.
object
Was this page helpful?