Skip to main content
GET
/
renders
/
{renderId}
/
download
Get render download URL
curl --request GET \
  --url https://api.cut.pro/api/v1/renders/{renderId}/download \
  --header 'X-Api-Key: <api-key>'
{
  "url": "<string>",
  "filename": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://cut.pro/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Path Parameters

renderId
string
required

Response

Response for status 200

url
string
required

Signed download URL — valid for 1 hour

filename
string
required

Suggested filename for the downloaded file

Last modified on May 27, 2026