The generations endpoint lets users generate media based on various parameters such as aspect ratio, model, prompt etc. The response will return a generation ID for each request, which can be used to track the status and view generated media.
mode
in character object while generating images using character.weight
and enable_facelock
are deprecated and will be removed in the future.Video Anyone
generationmedia_id
for video generation, eliminating the need to re-upload images as assets.video_anyone
generation make sure that input image meets the following conditions to avoid generation failure:3:5
or 5:3
.prompt
is 500 only.segment
, style
, model
, true_touch
, narrator
or video_anyone
. These properties have a priority order as follows:segment
style
model
true_touch
narrator
video_anyone
narrator
can be generated either by using a script paired with a voice(List all the available voices using GET /pub/v1/voices
endpoint) or by utilizing an existing audio asset.segment
, true_touch
, narrator
and video_anyone
generations only acknowledge parameters that are passed within their own objects.narrator
generation make sure that video asset meets the following conditions to avoid generation failure:1080
and 1920
respectively.API key needed to access our public endpoints. You can find yours under the 'Account' section of the website
The body is of type object[]
.
A list of submitted generation requests
The response is of type object
.