> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apia1.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Kling 3.0 Motion Control

> Перенос движения из видео на персонажа

# Kling 3.0 Motion Control

Перенос движения из видео на персонажа. Для Motion Control передайте референс движения и изображение персонажа.

## Найти Model ID

```bash theme={null}
curl "https://apia1.com/api/v1/models?type=video" -H "Authorization: Bearer <A1_API_KEY>"
```

## Запуск

```bash theme={null}
curl -X POST "https://apia1.com/api/v1/media" -H "Authorization: Bearer <A1_API_KEY>" -H "Content-Type: application/json" -d '{"model":"<MODEL_ID>","input":{"prompt":"Кинематографичный пролёт камеры над городом","aspect_ratio":"16:9","duration":5}}'
```

Видео часто генерируется асинхронно. Сохраните `id` и проверяйте `GET /v1/media/{id}`. Параметры resolution, duration и references зависят от endpoint модели.
