Skip to main content
POST
Create a photoshoot

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Optional caller-generated value that prevents duplicate photoshoots when retrying the same request.

Required string length: 1 - 255

Body

application/json
product_id
string<uuid>
required
template_id
string
required

Response

Photoshoot accepted.

id
string<uuid>
required
brand_id
string<uuid>
required
product_id
string<uuid>
required
template_id
string
required
status
enum<string>
required
Available options:
queued,
in_progress,
completed,
failed,
canceled
outputs
object[]
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
Last modified on July 24, 2026