PDF Auto-Rotate API
Auto-correct PDF page orientation. - Supports PDF submissions of up to 100 pages per document - Processing is asynchronous; poll for job status after ~30 seconds, then at most once every 30 seconds thereafter - Each API call counts as one request, including status checks - To conserve your request quota, avoid unnecessary or aggressive polling - Paid plans support soft limits, with overage…
PDF Auto-Rotate API endpoints
| Method | Endpoint | Description |
|---|---|---|
| AutoOrient | ||
| POST |
SubmitJobAsync /v1/auto-orient |
Submit a PDF for auto-orientation. Provide either input.url (public/signed URL) or input.base64 (base64-encoded PDF bytes). PDFs must be |
| Job Status | ||
| GET |
getJob /v1/jobs/{jobId} |
Retrieve the status of an auto-orient job. When succeeded, includes a temporary download URL. |
| Job Management | ||
| DELETE |
deleteJob /v1/jobs/{jobId} |
Best-effort deletion of stored job artifacts (e.g., output PDF). The job record may remain for auditing/metrics depending on your implementation. |
PDF Auto-Rotate API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $150 / month | — |
|