Extract
Process file
Process a document from an uploaded file or stream.
POST
Authorizations
Body
multipart/form-data
Processing quality of the document. High quality will result in longer processing time.
Available options:
low
, high
Whether the document should be chunked
File to be processed. Leave empty to send streamed data.
The wait time to keep open the connection to the client in seconds, defaults to 30
seconds, -1
means keep open connection until completion. After the wait time, the result can be retrieved from the /extract/<document_id> endpoint.
Response
200
application/json
Successful Response
Extended response payload for document processing
The status of the chunking process
Available options:
pending
, completed
, failed
Usage
The processing options for the document processor
Message
Uploaded URLs