---
title: "Create Idle Animation"
method: POST
path: "/animations/v3/create_bot"
tags: ["animations"]
---

# Create Idle Animation

`POST /animations/v3/create_bot`

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

## Headers

- `X-Request-Id` string

## Response `200`

Successful Response

- IdleAnimationResponseSchema
  - `idle_url` string, 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_url` string, 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.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/exh/apis/ex-human.md) · [All operations](https://skmtc.dev/exh/apis/ex-human/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/exh/ex-human/revisions/cd3ee850caf2/schema)
