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
Bearer ck_live_… — accepted as the partner secret for the render’s project.Path parameters
The render id.
Response
200 with Content-Type: application/pdf and the PDF bytes (Content-Disposition: inline,
Cache-Control: private, max-age=3600).
| Status | code | Meaning |
|---|---|---|
| 401 | invalid_credentials | Missing/invalid partner key. |
| 404 | — | Render not found in this key’s project, or no asset yet. |
cURL