Overview/OpenAPI/Creations & Jobs

Creations & Jobs

Create, poll, list, and read creation details.

Creations and jobs

All products use the same asynchronous flow:

  1. GET /catalog
  2. POST /creations
  3. GET /creations/jobs/{job_id}
  4. GET /creations/{creation_id}

Send only public fields. Never expose internal extra_config, source records, interaction IDs, or provider cursors.

Poll job.status. After success, read main_url, artifacts[], and scenes[] from the creation detail instead of constructing storage URLs.