Skip to main content
GET
/
api
/
v1
/
renders
/
{id}
/
download
Get download URL
curl --request GET \
  --url https://quizquail.com/api/v1/renders/{id}/download \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "url": "<string>",
    "expires_in": 123
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Prefix your key with Bearer in the Authorization header.

Keys follow the format qq_... and can be scoped to specific permissions.

Path Parameters

id
string<uuid>
required

Resource UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Signed download URL

data
object
required