/generate queues an AI generation job. The model you specify determines whether image or video logic runs. The endpoint is asynchronous — it returns a task_id immediately; use GET /status to track completion.
POST https://v1.api.estudjo.com/generate
string
required
Your estudjo API key.
- Image
- Video
Request body
string
required
Model identifier (e.g.
estudjo/eco).string
required
Category slug (e.g.
womens-clothing).string
required
Output aspect ratio (e.g.
1:1).string
required
Output resolution (e.g.
1K).string
required
Scene UUID..
string
required
Publicly accessible URL of the product image to use as the generation source.
object
Flat object of
string:string pairs. Each entry is prepended to the prompt as a "Title Case Key: Title Case Value" line, in key order. Omit the field, pass null, or pass {} to add no extra data.Example request
Response
boolean
true when the request was accepted and the job was queued.object