Skip to main content
GET
/
v1
/
renders
/
{id}
/
download
Download the rendered PDF
curl --request GET \
  --url https://api.craftkit.dev/v1/renders/{id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Project API key (ck_live_… or ck_test_…) presented as a bearer token. For embed partner endpoints this is the partner secret key, which is the same credential type.

Path Parameters

id
string<uuid>
required

The render id.

Response

The PDF.

The response is of type file.