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