🎁 100% Free — No Sign up, No Limits!
DEVELOPER PLATFORM

ConvertMyDoc API

Programmatic access to the same conversion engines this site runs on. API access is invite-only — contact us if you'd like a key.

Authentication

Send your key as a Bearer token:

Authorization: Bearer cmd_your_key_here

List available tools

GET /api/v1/tools

Returns every active tool's slug, name, description, formats, and whether it accepts multiple files.

Convert a file

POST /api/v1/convert/{tool-slug}
Content-Type: multipart/form-data

file=<your file>

Multi-file tools take files[] instead of file. Tool-specific options are passed as additional form fields.

Rate limits

Each key has its own hourly limit. Going over it returns HTTP 429 until the window rolls over.