Reference#
Values you look up rather than read end to end. Three pages, each one a table worth keeping open in a tab while you write the integration.
The three pages#
Errors lists every HTTP status the API returns, the exact message strings behind each one, and the six shapes an error body can take.
Rate limits and quotas covers what counts as one operation, the monthly allowance and upload ceiling on each plan, and the response you get when you cross a limit.
Supported formats lists every extension accepted as input and every format produced, family by family, plus how the API decides what a file is.
Not in these three#
Per-route parameters and response bodies live under Endpoints, and every input-to-output pair with its endpoint path is in the conversion matrix. Uploads, webhooks and batches are in Guides.