Authentication
We use a dual-authentication layer: a Bearer Token for identity and a Static Signature for verification.
Required Headers
Copy this directly from your Profile settings.
Signature Calculation (Optional)
If you wish to calculate it yourself, it is an HMAC-SHA256 hash of your API Key using your Sign Key as the secret.
List History
Retrieve your conversion history. Results are paginated and sorted by the most recent first.
Query Parameters
The page number for paginated results.
Create Conversion
Send a document to our queue for processing. We handle the heavy lifting while you wait for the results.
Form Parameters
| Key | Description |
|---|---|
| mode |
Required • String
|
| document |
Required • File
The file to convert (Max 50MB). |
| excel_page_orientation |
Required for Excel - String
|
| excel_page_mode |
Required for Excel - String
|
| excel_paper_size |
Optional for Excel - String
|
| excel_margin_* |
Optional for Excel - Number
|
Fetch Status
Check if your conversion is done. Completed jobs return a temporary download URL.
Pro Tip: Previews
The download_url can accept an optional inline=1 query parameter to view the document directly in the browser (useful for PDF output).
Response Lifecycle
PENDING
PROCESSING
COMPLETED
FAILED
Cancel Job
Immediately terminate a queued or processing job. Jobs that are already completed or failed cannot be cancelled.