| Category | Supported File Types |
|---|---|
| Office | DOCX, DOC, DOTX, DOTM, DOCM, PPTX, POTX, PPSX, PPTM, POTM, PPSM, XLSX, XLSM |
| Markup | MD, HTML, HTM, XHTML, XML, NXML |
| Data | CSV, TXT, VTT |
| Images | JPG, JPEG, PNG, TIF, TIFF, BMP, WEBP |
| Video | MP4, AVI, MOV, WMV, MKV, FLV, WEBM, M4V |
How the API works
Each job has two parts:- Connector - where your files come from (S3 or URLs)
- Output - where results are delivered (S3 or temporary URLs)
Connectors
Describe the source of one or more files that the API will ingest.
Outputs
Choose how results are delivered (your S3 bucket or time‑limited links).
Installation
- TypeScript
- Python
Quickstart
Quickstart
Upload a file, submit a job, and retrieve results in three steps.
File uploads
Upload files directly to the API instead of hosting them in S3 or exposing URLs. Uploaded files can be referenced across multiple jobs.File management
Upload, list, and manage files for processing.
Admin
Token management
Generate, list, and revoke API access tokens with scoped permissions.