animations

Create Idle Animation

Takes an image as input and returns a link to a video with an animated AI Human, which is called idle_url.

post/animations/v3/create_bot

Headers

X-Request-Idstring

Response

Successful Response

idle_urlstring uri required

This parameter provides a link to an animation featuring the bot. It is essential for generating animated responses based on text input. Also you can use this video in your application to display when your bot is waiting for requests

image_urlstring uri required

This is a link to the bot's avatar. You can use it in your application as a preview image for the bot.

Example response

{
  "idle_url": "https://pub-bc12eec5b78e405bb665c9b3cec6c16f.r2.dev/fb7c3aee30a5699fcc5d5e5786a6ae51.mp4",
  "image_url": "https://pub-bc12eec5b78e405bb665c9b3cec6c16f.r2.dev/fb7c3aee30a5699fcc5d5e5786a6ae51.jpg"
}

Changes