Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

document
string<uri>
required

Publicly accessible URL of the document to parse.

options
object

Parse options. Currently supports {"async": true} to queue the document.

Response

Sync parse — document parsed successfully.

Synchronous POST /api/v3/parse response — the parse completed inline.

id
string
required
status
string
required
created_at
string<date-time>
required
completed_at
string<date-time>
required
processing_time_ms
integer
required
document
object
required
result
object
required
usage
object
required