files
Create Text Extraction
Create or return text extraction for a file.
- If extraction is completed, returns existing result
- If extraction failed, retries the extraction
- If extraction is pending/in-progress, returns current status
- If no extraction exists, creates a new one
POST
Create Text Extraction
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Query Parameters
Body
application/json
Request schema for text extraction.
Additional options for text extraction
Response
Successful Response
Available options:
pending, in_progress, completed, failed, cancelled Create Text Extraction