Skip to main content
POST
Create upload target
Presigned single-request uploads are limited to files smaller than 5 GiB.

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer RJ-XXX.... Get your API key from the Renderjuice dashboard.

Body

application/json
fileName
string
required

Source asset file name.

Minimum string length: 1
fileType
enum<string>
required

Supported upload type. Must match the file extension.

Available options:
blend,
zip

Response

200 - application/json

Success

uploadUrl
string
required

Opaque presigned upload URL for a single PUT upload.

Minimum string length: 1
slug
string
required

Stable handle to pass to job creation later.

Minimum string length: 1
expiresAt
string<date-time>
required

ISO 8601 timestamp when the upload URL expires.