Cut.ProDocs
Renders

Get render download URL

Returns a time-limited signed URL to download the completed rendered video as an MP4. The URL expires after 1 hour — fetch it fresh each time rather than caching it.

Returns 410 if the file has been purged from storage (renders expire according to your plan's retention period).

X-Api-Key<token>

In: header

Path Parameters

renderId*string

Response Body

application/json

application/json

application/json

application/json

GET
/renders/{renderId}/download
curl -X GET "https://example.com/renders/string/download"
{  "url": "string",  "filename": "string"}