API & Webhooks are available for studios that need custom pipeline integration. Access requires a request so our team can confirm that the API supports your workflow.
Generate an API key
- Sign in to Renderjuice and select the workspace that your integration will use.
- Open Profile & Settings → API Keys.
- Select Create API Key and give the key a descriptive label, such as
render-bot. - Copy the key and store it in a secrets manager. Renderjuice shows it once.
Authenticate requests
Send the key in theAuthorization header with every Renderjuice API request:
Understand the identifiers
Renderjuice separates file transfer from job orchestration. The upload and job endpoints return different identifiers because each one controls a different resource.POST /uploads does not create a job. Wait for the file upload to return a successful response, then pass the slug to POST /jobs. Use the returned job id for the rest of the workflow.
Submit your first render
Upload and render a job
Follow the complete upload, validation, render, polling, and download sequence with copyable requests.
Explore the API
Endpoint reference
Inspect request fields, response schemas, and interactive examples for each endpoint.
API integration guide
Decide where API-driven rendering fits into a studio pipeline.
Webhook events
Receive render completion events instead of relying on polling alone.

