Skip to main content
POST
/
v1
/
hooks
/
{token}
Inbound render trigger
curl --request POST \
  --url https://api.craftkit.dev/v1/hooks/{token} \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer": {
    "name": "Acme Corp"
  }
}
'
{
  "id": "3f2a1b4c-5d6e-7f80-9a1b-2c3d4e5f6071",
  "status": "queued",
  "pollUrl": "https://api.craftkit.dev/v1/renders/3f2a1b4c-5d6e-7f80-9a1b-2c3d4e5f6071"
}

Headers

x-craftkit-signature
string

Optional hex HMAC-SHA256 of the raw request body, keyed by the template inbound secret.

Path Parameters

token
string
required

The template's inbound webhook token.

Body

application/json

Variable input matching the template's manifest.

Response

Render queued.

id
string<uuid>
required
status
enum<string>
required
Available options:
queued
pollUrl
string<uri>
required