Vidu

Vidu is a generative video AI platform from Shengshu Technology (ShengShu / 生数科技), built on the company's U-ViT diffusion-transformer architecture. The Vidu API turns text prompts, still images, and reference subjects into short video clips with features like text-to-video, image-to-video, reference-to-video (multi-entity / character consistency), start-and-end frame interpolation, and video upscaling. The API is a REST create-then-poll service - callers submit an asynchronous generation task, then poll the task status endpoint (or receive a callback) for the finished video URL. Access is open to individual developers and businesses on a prepaid, credit-based model with no application required.

Vidu publishes 2 APIs on the APIs.io network: Generation API and Tasks API. Tagged areas include Video Generation, AI Video, Generative AI, Text-to-Video, and Image-to-Video.

Vidu’s developer surface includes authentication, documentation, and 7 more developer resources.

37.9/100 thin ▬ flat Agent 48/100 agent ready Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessPaidSelf serve
2 APIs
Video GenerationAI VideoGenerative AIText-to-VideoImage-to-VideoReference-to-VideoU-ViTDiffusion

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 37.9/100 · thin
Contract Quality 14.2 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 48/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/vidu-ai: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Vidu Generation API

Create asynchronous video-generation tasks.

Vidu Tasks API

Poll, list, and cancel generation tasks.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Vidu API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Vidu Ai Plans Pricing

2 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Vidu Ai Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Vidu Ai Authentication

apiKey · 1 scheme

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Vidu Ai Agentic Access

6 operations · 5 acting

6 operations · 5 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: vidu-ai
url: https://raw.githubusercontent.com/api-evangelist/vidu-ai/refs/heads/main/apis.yml
name: Vidu
kind: company
description: Vidu is a generative video AI platform from Shengshu Technology (ShengShu / 生数科技), built on the company's U-ViT
  diffusion-transformer architecture. The Vidu API turns text prompts, still images, and reference subjects into short video
  clips with features like text-to-video, image-to-video, reference-to-video (multi-entity / character consistency), start-and-end
  frame interpolation, and video upscaling. The API is a REST create-then-poll service - callers submit an asynchronous generation
  task, then poll the task status endpoint (or receive a callback) for the finished video URL. Access is open to individual
  developers and businesses on a prepaid, credit-based model with no application required.
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Paid · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/vidu-ai.png
tags:
- Video Generation
- AI Video
- Generative AI
- Text-to-Video
- Image-to-Video
- Reference-to-Video
- U-ViT
- Diffusion
created: '2026-07-11'
modified: '2026-07-11'
specificationVersion: '0.19'
apis:
- aid: vidu-ai:vidu-ai-generation-api
  name: Vidu Generation API
  description: Create asynchronous video-generation tasks.
  humanURL: https://platform.vidu.com/docs/text-to-video
  baseURL: https://api.vidu.com/ent/v2
  tags:
  - Generation
  properties:
  - type: OpenAPI
    url: openapi/vidu-ai-generation-api-openapi.yml
  - type: Documentation
    url: https://platform.vidu.com/docs/text-to-video
  - type: APIReference
    url: https://docs.platform.vidu.com/7207545m0
  - type: PostmanCollection
    url: collections/vidu-ai.postman_collection.json
  - type: OpenCollection
    url: collections/vidu-ai.opencollection.json
  - type: Documentation
    url: https://platform.vidu.com/docs/image-to-video
  - type: Documentation
    url: https://platform.vidu.com/docs/reference-to-video
  - type: APIReference
    url: https://docs.platform.vidu.com/334378351e0
  - type: Documentation
    url: https://platform.vidu.com/docs/start-end-to-video
  - type: APIReference
    url: https://docs.platform.vidu.com/334381323e0
  - type: Documentation
    url: https://docs.platform.vidu.com/7207545m0
- aid: vidu-ai:vidu-ai-tasks-api
  name: Vidu Tasks API
  description: Poll, list, and cancel generation tasks.
  humanURL: https://platform.vidu.com/docs/text-to-video
  baseURL: https://api.vidu.com/ent/v2
  tags:
  - Tasks
  properties:
  - type: OpenAPI
    url: openapi/vidu-ai-tasks-api-openapi.yml
  - type: Documentation
    url: https://platform.vidu.com/docs/text-to-video
  - type: APIReference
    url: https://docs.platform.vidu.com/7207545m0
  - type: PostmanCollection
    url: collections/vidu-ai.postman_collection.json
  - type: OpenCollection
    url: collections/vidu-ai.opencollection.json
  - type: Documentation
    url: https://platform.vidu.com/docs/image-to-video
  - type: Documentation
    url: https://platform.vidu.com/docs/reference-to-video
  - type: APIReference
    url: https://docs.platform.vidu.com/334378351e0
  - type: Documentation
    url: https://platform.vidu.com/docs/start-end-to-video
  - type: APIReference
    url: https://docs.platform.vidu.com/334381323e0
  - type: Documentation
    url: https://docs.platform.vidu.com/7207545m0
common:
- type: AgenticAccess
  url: agentic-access/vidu-ai-agentic-access.yml
- type: Authentication
  url: authentication/vidu-ai-authentication.yml
- type: GitHubOrganization
  url: https://github.com/shengshu-ai
- type: LinkedIn
  url: https://www.linkedin.com/company/shengshu-technology
- type: Website
  url: https://www.vidu.com
- type: Documentation
  url: https://platform.vidu.com/docs
- type: Plans
  url: plans/vidu-ai-plans-pricing.yml
- type: RateLimits
  url: rate-limits/vidu-ai-rate-limits.yml
- type: FinOps
  url: finops/vidu-ai-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com