Vidu Q3 - video generation API

Vidu Q3 API

active

Vidu Q3 by Shengshu Technology — advanced AI video generation with strong motion understanding and character consistency.

Shengshu Technologyvideo150 credits/call
Provider
Shengshu Technology
Pricing
70–720+ credits per video
Speed
60–180 seconds
Output
video

Quick Start

Send a request to the Vidu Q3 API:

bash
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

POST/api/v1/videos/generations
Send a POST request with your API key to generate content using Vidu Q3.

Headers

Header类型必填描述
Authorizationstring必填Bearer YOUR_API_KEY
Content-Typestring必填application/json

Body Parameters

参数类型必填描述
modelstring必填Model identifier: "vidu-q3"
promptstring必填Text description of the video to generate
imagestring可选Reference image URL for image-to-video mode
resolutionstring可选Output resolution: "540p", "720p", or "1080p" (默认值: 720p)
durationnumber可选Video duration in seconds (1–16) (默认值: 5)
aspect_ratiostring可选Aspect ratio: 16:9, 9:16, 4:3, 3:4, 1:1
stylestring可选Visual style: "general" or "anime" (默认值: general)
movement_amplitudestring可选Motion intensity: "auto", "small", "medium", "large" (默认值: auto)
generate_audioboolean可选Generate audio in the video (默认值: false)
bgmboolean可选Add background music (默认值: false)
seednumber可选Random seed for reproducibility

Example Request

json
{
  "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:

GET/api/v1/tasks/{task_id}
Returns the current status of a generation task. Poll until status is 'completed' or 'failed'.
bash
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:

API 测试沙盒POST

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?

1Superior character consistency across frames
2Anime and general style modes
3Audio and BGM generation support
4Movement amplitude control for motion intensity

Ready to use Vidu Q3?

Get Your API Key →