API & Webhooks are available for studios requiring custom pipeline integration. To ensure we support your specific workflow, access is currently request-only.
Generate an API key
- Sign in to the Renderjuice platform and make sure to be in the right workspace.
- Navigate to Profile & Settings → API Keys.
- Click Create API Key, give it a descriptive label (for example “render-bot”) and choose the appropriate permissions.
- Copy the key immediately—this is the only time it will be shown. Store it in a secrets manager; treat it like a password.
Authenticate requests
Include the key in theAuthorization header using the Bearer scheme for every request:
Next steps
The remainder of the API Reference tab will cover:- Submitting jobs: payload schema, supported file types, and callbacks.
- Polling job status and retrieving outputs.
- Monitoring job status and downloading outputs.
- Handling webhooks, retries, and errors.
- Rate limits, pagination, and other current constraints.

