Pular para o conteúdo principal
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>"
}

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

renderId
string
obrigatório

Resposta

Response for status 200

url
string
obrigatório

Signed download URL — valid for 1 hour

filename
string
obrigatório

Suggested filename for the downloaded file

Última modificação em 6 de junho de 2026