Extract
Process URL
Process a file from a URL.
POST
Authorizations
Body
application/x-www-form-urlencoded
The URL of the document file.
Processing quality of the document. High quality will result in longer processing time.
Available options:
low
, high
Whether the document should be chunked
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