indox Developer Documentation¶
Welcome. This is the public documentation for the indox file-conversion platform.
If you are an external developer integrating with indox, you are in the right place.
What is indox¶
indox converts files — documents, images, audio, video, fonts — through a uniform REST API, spanning 6,022 conversions across the platform.
Conversions are asynchronous:
POST /api/v1/<service>/convert/→202with the conversionid- Poll
GET /api/v1/<service>/conversion/{id}/→ terminal state GET /api/v1/<service>/{id}/download/→ the file
Services¶
| Service | Base path | Formats |
|---|---|---|
| Documents | /api/v1/pdf_handler/ |
PDF, DOCX, ODT, RTF, HTML, MD, EPUB, … |
| Fonts | /api/v1/fonts/ |
TTF, OTF, WOFF, WOFF2, and 15 more |
| Billing | /api/v1/subscription/ |
plans, usage, credits |
| Auth | /api/v1/user/ |
profile, sessions, OIDC, social |
Getting started¶
- Quickstart — your first conversion in 5 minutes
- Concepts — auth, conversions, polling, credits
- Limits — free quota, paid tiers, file size caps
- Errors — error codes and what they mean
Reference¶
- API Reference — endpoint-by-endpoint
- Official SDKs — availability per language (none published yet — call the API directly)
- Integrations — Box, Dropbox, Google Drive, OneDrive
- Client guides — apps overview, architecture, dev setup