Skip to main content

Autorender API

v1.0.0
The Autorender API uploads files to your workspace and manages the files and folders in it. Every request goes over HTTPS and carries your API key.
API Base URL

Authentication

Every request needs your API key. Send it in one of two headers:
Requests over plain HTTP, or requests with no key, fail. We store each key as a SHA-256 hash and never keep the plaintext, so copy your key when you create it — you cannot retrieve it afterward. Create and revoke keys in the dashboard; see Create an API key.

Response codes

Every endpoint returns one of these status codes. Successful responses are wrapped as { "success": true, "data": { ... } } unless the endpoint notes otherwise.

Rate limit

Rate limits apply per endpoint and scale with your plan. Requests that exceed a limit receive a 429 response — pause briefly and retry. Contact us if you need higher limits.

Next steps

Direct upload

Upload a file from your backend with multipart/form-data.

Create an API key

Generate and manage the keys that authenticate your requests.