Skip to main content
POST
cURL

Authorizations

X-API-ID
string
header
required

API ID, from your settings page.

X-API-KEY
string
header
required

API Key, from your settings page.

Body

inspiration_id
string<uuid>
required

ID of the inspiration.

input_params
any
required

Parameters for generation

webhook_url
string<uri>

Webhook URL

Response

201 - application/json
id
string<uuid>
required
read-only
inspiration_id
string
required
read-only

ID of the inspiration.

gen_type
string
required
read-only

Generation type of the community recipe.

status
string
required
read-only

Current status of the generation job.

failed_reason
string
required
read-only

Reason for failure if the generation failed.

input_params
string
required
read-only

Parameters for generation

output
string
required
read-only

List of generated assets.

created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
webhook_url
string<uri> | null

Webhook URL for status updates. Default is null.

Maximum string length: 200