Skip to main content
POST
Partition Document
This is the Aryn DocParse API for partitioning (and optionally chunking) a document synchronously.

Authorizations

Authorization
string
header
required

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

Headers

User-Agent
string | null

Body

multipart/form-data
file
file
file_url
string<url>
options
object

Response

Successful Response

status
string[]
required
status_code
integer
required
elements
Element · object[] | null
required
markdown
string | null
required
error
string | null

The error message if the partitioning is not successful.