Skip to main content
GET
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.

Path Parameters

id
string<uuid>
required

A UUID string identifying this Community Recipe Media Job.

Response

200 - 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