General Document Processing
General Document Processing
Processes any document based on its type. Automatically routes to the appropriate processing handler. Simplifies client integration by using a single endpoint.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
UUID of the document uploaded via /parse/upload endpoint.
Optional URL to send a webhook notification upon completion.
Example:
"https://your-callback-url.com/webhook"