Skip to main content
POST https://api.craftkit.dev/v1/renders/:id/shares
Creates a guest-facing share link for a render. The render must have succeeded. See Sharing.

Authorization

string
required
Bearer ck_live_…

Path parameters

string
required
The render id.

Body

string
default:"link"
link or email.
string
Recipient email (valid email; used with channel: "email").
string
Optional message (max 2000 chars).
string
ISO 8601 timestamp. Omit for no auto-expiry.

Response

201:
string
string
string
{shareBase}/share/{shareToken}.
string
string | null
string | null
string | null
string | null
string

Errors

  • GET /v1/renders/:id/shares — list shares for a render.
  • DELETE /v1/renders/:id/shares/:shareId — revoke a share.
cURL
201