
AI Text to Image Generator
Create polished images from prompts with leading AI image models, flexible settings, and a fast browser-based workflow.
Create controlled start-to-end frame videos with Pixverse V6 Transition API, optional sound, seed, and negative prompt support for precise production. Built for free testing and stable API workflows.
// Step 1: Submit generation request
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: 'pixverse-v6-transition',
prompt: 'Fluid cross-dissolve with consistent lighting direction',
duration: 6,
resolution: '720p',
image_url: 'https://example.com/start-frame.jpg',
image_end_url: 'https://example.com/end-frame.jpg',
sound: true,
negative_prompt: 'blur, watermark, text',
seed: 0
})
});
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));
}
# Step 1: Submit generation request
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': 'pixverse-v6-transition',
'prompt': 'Fluid cross-dissolve with consistent lighting direction',
'duration': 6,
'resolution': '720p',
'image_url': 'https://example.com/start-frame.jpg',
'image_end_url': 'https://example.com/end-frame.jpg',
'sound': True,
'negative_prompt': 'blur, watermark, text',
'seed': 0
}
)
result = response.json()
task_id = result['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)
# Step 1: Submit generation request
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": "pixverse-v6-transition",
"prompt": "Fluid cross-dissolve with consistent lighting direction",
"duration": 6,
"resolution": "720p",
"image_url": "https://example.com/start-frame.jpg",
"image_end_url": "https://example.com/end-frame.jpg",
"sound": true,
"negative_prompt": "blur, watermark, text",
"seed": 0
}'
# 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 |
|---|
PixVerse V6 Transition API generates short video clips between a starting image and an ending image. This affordable first-and-last-frame PixVerse API helps developers create controlled visual transitions, product transformations, before-and-after clips, and storyboard motion with flexible resolution, optional audio, and advanced prompt controls. With support for negative prompting and seed-based repeatability, PixVerse V6 Transition provides a practical API workflow for precise transition generation on Flaq AI.
First-and-Last-Frame Control: Guide the generated clip with both a starting image and an ending image, giving the model a clear visual path for the transition.
Cost-Effective Transition Generation: PixVerse V6 offers affordable transition creation across multiple resolutions and audio settings for scalable production workflows.
Prompt-Guided Scene Evolution: Describe the movement, camera behavior, transformation style, and visual mood that should connect the two supplied frames.
Negative Prompt Support: Use negative guidance to reduce unwanted motion, artifacts, visual styles, or scene elements when the workflow requires tighter control.
Seed Control for Repeatability: Set a seed when repeatable generation behavior is useful for testing, variation management, or production debugging.
Optional Audio Support: Add sound when the transition needs stronger presentation value for ads, social media, or branded video assets.
Flexible Resolution Options: Select from multiple output quality levels to balance speed, budget, and final visual fidelity.
Input: A starting image, an ending image, and a natural-language prompt describing how the transition should move between the two frames.
Output: A generated video clip that connects the first frame to the last frame through AI-generated motion.
Resolution: Multiple resolution options are available for preview, standard production, and high-definition delivery.
Duration: Short-form clip generation is supported for controlled transition workflows and fast iteration.
Audio: Optional sound can be enabled when the video should include an audio track.
Aspect Ratios: The workflow does not require a separate aspect ratio setting; visual structure is guided by the supplied start and end frames.
Capabilities: First-frame and end-frame control, negative prompt guidance, seed control, optional audio, flexible resolution control, and PixVerse V6 API integration.
Before-and-After Videos: Create transformation clips for product updates, beauty edits, interior changes, fitness content, and visual comparison campaigns.
Product Reveal Animation: Move from a teaser frame to a final product shot for launch videos, ads, and promotional creative.
Storyboard-to-Motion Workflows: Turn paired keyframes into controlled video transitions for pitches, previs, and creative planning.
Brand & Campaign Variants: Generate repeatable transition clips with prompt and seed controls for consistent campaign production.
Developer Video Tools: Add first-and-last-frame transition generation to creative apps, ad platforms, and automated video pipelines.
Note Please ensure your image inputs and prompts comply with PixVerse and Flaq AI safety guidelines. If an error occurs, review both frames and prompt guidance, adjust restricted content, and try again.
PixVerse V6 Transition vs. PixVerse C1 Transition PixVerse C1 Transition emphasizes cinema-quality creative direction and polished transition output. PixVerse V6 Transition focuses on affordable, flexible API generation with negative prompt and seed controls for repeatable workflows.
PixVerse V6 Transition vs. Runway Transition Workflows Runway provides a strong manual creative environment. PixVerse V6 Transition API is better for teams that need programmatic first-and-last-frame generation, scalable output, and predictable integration.
PixVerse V6 Transition vs. Kling Image-to-Video Kling can create strong image-driven motion from a reference image. PixVerse V6 Transition gives developers explicit start and end frame control, which is valuable when the final visual state must be guided.
PixVerse V6 Transition vs. Pika Transition Workflows Pika is popular for quick creative experiments. PixVerse V6 Transition provides a more structured API workflow with prompt, negative prompt, seed, audio, and resolution controls.
PixVerse V6 Transition vs. Luma Dream Machine Luma Dream Machine is useful for rapid image animation. PixVerse V6 Transition differentiates with paired-frame guidance and API settings designed for repeatable commercial transition production.
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 polished images from prompts with leading AI image models, flexible settings, and a fast browser-based workflow.

Upload a reference image, guide edits with prompts, and transform visuals for design, marketing, and creative production.

Turn written scene ideas into short AI videos with model selection, motion prompts, and practical generation controls.

Animate reference images into smooth AI video clips for products, portraits, social posts, and creative concepts.