
Text to Image
Create AI images from text prompts
Video generation via Kling O3 Std API with solid physical coherency and smooth transitions. Stable and affordable for professional video production workflows.
const response = await fetch('https://api.flaq.ai/api/v1/video/task', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
model_name: 'kling-video-o3-std-text-to-video',
prompt: 'A steampunk airship rising through copper clouds at sunset',
aspect_ratio: '16:9',
duration: 5,
sound: true
})
});
const { data } = await response.json();
const taskId = data.task_id;
// Step 2: Poll for results
const taskId = data.task_id;
const pollResult = async (taskId) => {
const res = await fetch(`https://api.flaq.ai/api/v1/video/${taskId}`, {
headers: { 'Authorization': 'Bearer YOUR_API_KEY' }
});
return res.json();
};
while (true) {
const pollResultData = await pollResult(taskId);
const status = pollResultData.data.task_status;
if (status === 'succeed') {
console.log(pollResultData.data.task_result.videos[0].url);
break;
}
if (status === 'failed') {
console.error(pollResultData.data.task_status_msg);
break;
}
await new Promise(resolve => setTimeout(resolve, 10000));
}
import requests
response = requests.post(
'https://api.flaq.ai/api/v1/video/task',
headers={
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
json={
'model_name': 'kling-video-o3-std-text-to-video',
'prompt': 'A steampunk airship rising through copper clouds at sunset',
'aspect_ratio': '16:9',
'duration': 5,
'sound': True
}
)
task_id = response.json()['data']['task_id']
# Step 2: Poll for results
task_id = response.json()['data']['task_id']
poll_url = f"https://api.flaq.ai/api/v1/video/{task_id}"
while True:
poll_result = requests.get(poll_url, headers={'Authorization': 'Bearer YOUR_API_KEY'}).json()
status = poll_result['data']['task_status']
if status == 'succeed':
print(poll_result['data']['task_result']['videos'][0]['url'])
break
if status == 'failed':
print(poll_result['data']['task_status_msg'])
break
time.sleep(10)
curl -X POST https://api.flaq.ai/api/v1/video/task \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model_name": "kling-video-o3-std-text-to-video",
"prompt": "A steampunk airship rising through copper clouds at sunset",
"aspect_ratio": "16:9",
"duration": 5,
"sound": true
}'
# Step 2: Poll for results
# Replace {task_id} with the task_id returned from the submit response
curl -X GET "https://api.flaq.ai/api/v1/video/{task_id}" \
-H "Authorization: Bearer YOUR_API_KEY"
| Parameters | Price | Original Price | Discount |
|---|
Kuaishou Kling Video O3 Standard Text-to-Video API delivers cost-effective, production-grade AI video generation for developers and creative teams. This MVL-powered text-to-video API integration enables you to transform text descriptions into professional video clips across 3–15 second durations with optional audio effects. Built on Kuaishou's Multimodal Visual Language (MVL) architecture, the Kling Video O3 Standard model balances quality and affordability, while the API provides reliable integration for scalable production workflows on Flaq AI.
Note Please ensure your prompts comply with Kuaishou's content safety guidelines. If an error occurs, review your prompt for restricted content, adjust it, and try again.
Kling Video O3 Standard vs. Kling Video O3 Pro Text-to-Video Kling Video O3 Pro delivers enhanced motion fidelity and premium rendering quality at a higher price tier. Kling Video O3 Standard provides strong MVL-powered generation quality with better cost-efficiency, making it well suited to high-volume workflows.
Kling Video O3 Standard vs. Kling 3.0 Standard Text-to-Video Kling 3.0 Standard offers proven video generation quality for cost-conscious workflows. Kling Video O3 Standard advances with MVL technology for superior scene reasoning, extended duration support up to 15 seconds, and optional audio effects—making it the next-generation choice for production-grade video generation.
Kling Video O3 Standard vs. Sora (OpenAI) Sora offers strong creative versatility and extended duration capabilities. Kling Video O3 Standard Text-to-Video API differentiates through flexible 3–15 second duration control, optional integrated audio effects, and square aspect ratio support—making it accessible for budget-conscious developers.
Kling Video O3 Standard vs. Veo 3.1 Fast Text-to-Video Veo 3.1 Fast prioritizes processing speed through Google DeepMind's optimized architecture. Kling Video O3 Standard API provides flexible duration control up to 15 seconds, optional audio effects, square aspect ratio support, and stable per-second billing for versatile video generation workflows.
Kling Video O3 Standard vs. Runway Gen-3 Alpha Runway Gen-3 Alpha provides robust creative controls and artistic flexibility. Kling Video O3 Standard API offers optional audio effects, configurable video duration up to 15 seconds, and seamless API integration—making it accessible for cost-conscious production teams.
Explore several AI creation tools for quick image and video workflows in your browser, then scale successful ideas with Flaq AI's production-ready model APIs. Flaq AI provides a unified API layer for all models, making it easy to use and scale your workflows.

Create AI images from text prompts

Create AI images from images and text prompts

Create AI videos from text prompts

Animate images into AI videos

Create AI images and videos in one unified workspace

Create consistent videos from reference media