WEBHOOK
job-set-complete
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type": "text2image_soul",
  "jobs": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "job_set_type": "image2video",
      "status": "queued",
      "results": {
        "min": {
          "type": "<string>",
          "url": "<string>"
        },
        "raw": {
          "type": "<string>",
          "url": "<string>"
        }
      }
    }
  ]
}
"<any>"

Body

application/json
id
string<uuid>
required
type
enum<string>
required
Available options:
text2image_soul,
image2video
jobs
Job · object[]
required

Response

Successful Response

The response is of type any.