Расширение изображения
Используйте API Kling Image Expansion через CometAPI, чтобы расширять изображения за пределы исходных границ, сохраняя контекст и управляя заполнением для ассетов, готовых к видео.
Используйте этот endpoint, чтобы дорисовывать изображение за пределами его исходных границ, когда вам нужно больше холста вокруг исходного содержимого.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Как работают коэффициенты расширения
- Каждый коэффициент измеряется относительно исходной ширины или высоты
- Итоговый расширенный холст должен оставаться в пределах задокументированных ограничений площади Kling
- Начинайте с небольших значений, таких как
0.1, с каждой стороны, прежде чем пробовать более крупные расширения
Текущая доступность
- Задокументированный маршрут —
POST /kling/v1/images/editing/expand - Этот endpoint возвращает ответ 404
Авторизации
Bearer token authentication. Use your CometAPI key.
Заголовки
Optional content type header.
Тело
Source image to expand. Accepts an image URL or raw Base64 string (no data: prefix). Supported formats: JPG, JPEG, PNG. Max 10 MB, minimum 300×300 px, aspect ratio between 1:2.5 and 2.5:1.
Upward expansion as a multiple of the original image height. Range: 0–2. The resulting image area must not exceed 3× the original.
Rightward expansion as a multiple of the original image width. Range: 0–2. The resulting image area must not exceed 3× the original.
Leftward expansion as a multiple of the original image width. Range: 0–2. The resulting image area must not exceed 3× the original.
Downward expansion as a multiple of the original image height. Range: 0–2. The resulting image area must not exceed 3× the original.
Optional text prompt to guide the expanded area content. Max 2500 characters.
Number of expanded images to generate.
Webhook URL for task status notifications. The server sends a callback when the task status changes.
Optional user-defined task ID for your own tracking. Does not replace the system-generated task ID. Must be unique per account.