Expansão de imagem
Use a API de Expansão de imagem do Kling via CometAPI para expandir imagens além das bordas originais, preservando o contexto com preenchimento controlável para ativos prontos para vídeo.
Use este endpoint para fazer outpainting de uma imagem além de suas bordas originais quando você precisar de mais área de tela ao redor do conteúdo de origem.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.
Como funcionam as proporções de expansão
- Cada proporção é medida em relação à largura ou altura original
- A área total expandida ainda deve permanecer dentro dos limites de área documentados do Kling
- Comece com valores pequenos, como
0.1em cada lado, antes de tentar expansões maiores
Disponibilidade atual
- A rota documentada é
POST /kling/v1/images/editing/expand - Este endpoint retorna uma resposta 404
Autorizações
Bearer token authentication. Use your CometAPI key.
Cabeçalhos
Optional content type header.
Corpo
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.