Skip to main content
POST
Create a creator

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string | null

Optional client-supplied unique key for retry-safe POSTs. Best-effort in-process dedup over a 10-minute window. Multi-replica deployments will need a shared store before this is load-bearing across all writes.

Body

application/json
name
string
required

Creator name (1–255 chars).

Required string length: 1 - 255
is_active
boolean
default:true

Create as active (default true).

metadata
Metadata · object | null

Optional key/value tags (≤20 keys, ≤255 chars each).

Response

Successful Response

data
CreatorResponse · object
required