🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v3-t2i/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A cinematic portrait of an astronaut standing in a desert at sunset"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-v3-t2i-123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-v3-t2i-123"
}
}
}Kling V3 text-to-image model with improved prompt adherence and 1K/2K output support for higher-fidelity creative generation.
curl --request POST \
--url https://api.modellix.ai/api/v1/kling/kling-v3-t2i/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A cinematic portrait of an astronaut standing in a desert at sunset"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-v3-t2i-123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-v3-t2i-123"
}
}
}API Key authentication. Format: Bearer YOUR_API_KEY.
Image description text, supports Chinese and English
1 - 2500"A cinematic portrait of an astronaut standing in a desert at sunset"
Negative prompt describing undesired elements
1 - 2500"blurry, low quality, overexposed"
Image aspect ratio
16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9 "16:9"
Image resolution. Kling V3 supports both 1K and 2K output.
1k, 2k "2k"
Number of images to generate per request
1 <= x <= 93