Kling V3 I2I
Kling V3 image-to-image model for higher-fidelity editing and restyling with 1K/2K output support.
POST
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
application/json
Image editing prompt, supports Chinese and English
Required string length:
1 - 2500Example:
"Restyle the photo as a cinematic cyberpunk portrait"
Reference image (URL or Base64 encoded). Kling V3 image-to-image requires one input image.
Minimum string length:
1Example:
"https://example.com/portrait.jpg"
Number of images to generate per request
Required range:
1 <= x <= 9Example:
2
Image aspect ratio
Available options:
16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9 Example:
"3:4"
Output resolution. Kling V3 supports both 1K and 2K output.
Available options:
1k, 2k Example:
"2k"