Autorender API
v1.0.0API Base URL
Live Server:
https://upload.autorender.ioAuthentication
Every request needs your API key. Send it in one of two headers: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 a429 response — pause briefly and retry. Contact us if you need higher limits.
Additional Information
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.