POST
https://api.craftkit.dev/v1/renders/:id/sharesAuthorization
Bearer ck_live_…Path parameters
The render id.
Body
link or email.Recipient email (valid email; used with
channel: "email").Optional message (max 2000 chars).
ISO 8601 timestamp. Omit for no auto-expiry.
Response
201:
{shareBase}/share/{shareToken}.Errors
| Status | code | Meaning |
|---|---|---|
| 404 | not_found | No render with that id in this key’s project. |
| 409 | not_ready | Render has not succeeded yet. |
Related
GET /v1/renders/:id/shares— list shares for a render.DELETE /v1/renders/:id/shares/:shareId— revoke a share.
cURL
201