GET
https://api.craftkit.dev/v1/embed/renders/:id/downloadembed/ namespace, this
endpoint authenticates with your ck_live_ key as the partner secret — it does not require
an embed session JWT. Use it when you do not want to rely on the public-bucket downloadUrl.
Authorization
string
required
Bearer ck_live_… — accepted as the partner secret for the render’s project.Path parameters
string
required
The render id.
Response
200 with Content-Type: application/pdf and the PDF bytes (Content-Disposition: inline,
Cache-Control: private, max-age=3600).
cURL