Vidu Q3 API
activeVidu Q3 by Shengshu Technology — advanced AI video generation with strong motion understanding and character consistency.
Quick Start
Send a request to the Vidu Q3 API:
curl -X POST https://apiin.one/api/v1/videos/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "vidu-q3",
"prompt": "A woman walking through a rainy city street with neon reflections, cinematic",
"resolution": "720p",
"duration": 5,
"style": "general"
}'API Endpoint
/api/v1/videos/generationsHeaders
| Header | タイプ | 必須 | 説明 |
|---|---|---|---|
Authorization | string | 必須 | Bearer YOUR_API_KEY |
Content-Type | string | 必須 | application/json |
Body Parameters
| パラメーター | タイプ | 必須 | 説明 |
|---|---|---|---|
model | string | 必須 | Model identifier: "vidu-q3" |
prompt | string | 必須 | Text description of the video to generate |
image | string | 任意 | Reference image URL for image-to-video mode |
resolution | string | 任意 | Output resolution: "540p", "720p", or "1080p" (デフォルト: 720p) |
duration | number | 任意 | Video duration in seconds (1–16) (デフォルト: 5) |
aspect_ratio | string | 任意 | Aspect ratio: 16:9, 9:16, 4:3, 3:4, 1:1 |
style | string | 任意 | Visual style: "general" or "anime" (デフォルト: general) |
movement_amplitude | string | 任意 | Motion intensity: "auto", "small", "medium", "large" (デフォルト: auto) |
generate_audio | boolean | 任意 | Generate audio in the video (デフォルト: false) |
bgm | boolean | 任意 | Add background music (デフォルト: false) |
seed | number | 任意 | Random seed for reproducibility |
Example Request
{
"model": "vidu-q3",
"prompt": "A woman walking through a rainy city street with neon reflections, cinematic",
"resolution": "720p",
"duration": 5,
"style": "general"
}Example Response
Successful task creation response.
{
"code": 200,
"message": "success",
"data": {
"task_id": "n66xxxx_viduq3",
"status": "IN_PROGRESS"
}
}Check Task Status
For asynchronous tasks, poll the status endpoint to check when your task is complete:
/api/v1/tasks/{task_id}curl https://apiin.one/api/v1/tasks/task_abc123 \
-H "Authorization: Bearer aio_your_key"Use Cases
- ✓Create character-consistent video clips for storytelling
- ✓Generate animated scenes from reference images
- ✓Build AI video features into creative applications
- ✓Produce social media video content at scale
API Tester
Test the Vidu Q3 API directly from your browser:
Error Codes
{
"error": {
"code": 400,
"message": "Invalid parameters",
"type": "invalid_request"
}
}Frequently Asked Questions
How much does the Vidu Q3 API cost?
Pricing depends on resolution and duration. For example: 540p 5s costs 70 credits, 720p 5s costs 150 credits, 1080p 5s costs 260 credits. Each additional second adds 30–60 credits.
What makes Vidu Q3 different?
Vidu Q3 excels at character consistency, anime-style generation, and supports movement amplitude control and audio/BGM generation.
Does Vidu Q3 support image-to-video?
Yes. Provide a reference image to animate into a video while preserving the subject's appearance.
What styles does Vidu Q3 support?
Vidu Q3 supports "general" and "anime" styles for different visual outputs.
Why Use Vidu Q3 Through API in One?
Ready to use Vidu Q3?
Get Your API Key →