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 →