By default, Nexrender stores rendered outputs on its own infrastructure and returns a time-limitedDocumentation Index
Fetch the complete documentation index at: https://nexrender.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
outputUrl pointing to that storage. If you need outputs in your own bucket - for data residency, CDN integration, or clean room operation - add an upload object to any job payload.
How It Works
Whenupload is present on a job, Nexrender uploads the rendered file to your bucket as soon as rendering completes. The outputUrl in the job response reflects the path in your storage rather than Nexrender’s.
Fields
Storage provider. Currently
"s3" (works with any S3-compatible endpoint including AWS S3, Cloudflare R2, Google Cloud Storage, MinIO, and others).Folder path prefix applied to the uploaded filename. Use this to organise outputs by project, campaign, or date. For example,
"renders/campaign-42/" will place outputs at renders/campaign-42/<filename>.mp4 inside the bucket.Base URL used to construct the
outputUrl returned in the job response. If your bucket is served through a CDN, set this to your CDN base URL so the returned link is immediately usable in your product.S3-compatible API endpoint. Defaults to
https://s3.amazonaws.com (AWS). Set this for non-AWS providers - see examples below.Storage region (e.g.
us-east-1, auto).Target bucket name.
Canned ACL applied to uploaded objects. Common values:
public-read, private. Omit if your bucket policy manages access.Access key ID for the storage provider. Use a secret reference - e.g.
${secrets.S3_KEY_ID}.Secret access key. Use a secret reference - e.g.
${secrets.S3_KEY_SECRET}.Examples
The outputUrl Field
TheoutputUrl you provide is a base URL that Nexrender uses to build the public link returned in the job response. Nexrender appends the output filename to this base:
outputUrl is omitted, the returned link points directly into the bucket using the endpoint URL.
Clean Room Setup
For a fully zero-retention configuration, combineupload with template.src so that neither template files nor render outputs are stored on Nexrender’s infrastructure. See Clean Room Setup for the full guide.
Secrets Management
Store and reference storage credentials securely
Clean Room Setup
Zero data retention with your own storage

