Skip to main content
POST
General Document Processing

Authorizations

Authorization
string
header
required

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

Body

application/json
document_id
string<uuid>
required

UUID of the document uploaded via /parse/upload endpoint.

callback_url
string<url>

Optional URL to send a webhook notification upon completion.

Example:

"https://your-callback-url.com/webhook"

Response

200 - application/json

Processing job accepted

success
boolean
Example:

true

data
object