Generation Status Update

Receive a notification when a generation changes status

Headers

X-Signature-PrimarystringRequired

An HMAC signature of the payload

Payload

The payload of this webhook request is an object.
statusenumRequired

The status of the generation

Allowed values:
createdAtdatetimeRequired

The date and time the generation was created

idstringRequired

A unique identifier for the generation.

inputlist of objectsRequired

The input items for the generation

modelenumRequired

name of the model to use for generation.

Allowed values:
errorstringOptional

error message if the generation failed

optionsobjectOptional

options used for the generation

outputDurationdoubleOptional

generated output media duration in seconds

outputUrlstringOptional

url of the generated output media

webhookUrlstringOptional

url of the webhook server

Response

200
any
Return a 200 status to indicate that the data was received successfully.