GET
/
v1
/
async
/
result
/
{task_id}

This is the Aryn DocParse API for polling the status of an async partitioning job and getting its result when its done. Use the async partition submit API to submit a document to be partitioned (and optionally chunked) asynchronously.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

User-Agent
string | null

Path Parameters

task_id
string
required

Query Parameters

path_filter
enum<string>
required
Available options:
^/v1/document/partition$

Response

200 - application/json
elements
object[] | null
required
markdown
string | null
required
status
string[]
required
status_code
integer
required
error
string | null

The error message if the partitioning is not successful.