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:

Песочница APIPOST

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 →