orrisapi en
  1. Video
orrisapi en
  • How to Integrate CCAPI LLM into OpenClaw
  • Chat
    • Google
      • Gemini Generate Content
      • Gemini Stream Generate Content
    • Anthropic
      • Create Claude Message
    • OpenAI
      • Create Chat Completion
      • Create Response (OpenAI Responses API)
    • DeepSeek
      • Create Chat Completion
    • MiniMax
      • Create Chat Completion
    • Create Text Completion (Legacy)
      POST
  • Image
    • nano banana (Gemini Native)
      • Generate Image With Gemini Native API
    • nano banana (Pay-per-image)
      • Generate Image
  • Video
    • Vidu Video Generation API
    • Seedance Video Generation API
    • Generate Video
      POST
    • Query Video Task
      GET
    • Video Content Proxy
      GET
    • Kling Text-to-Video
      POST
    • Kling Text-to-Video Task Status
      GET
    • Kling Image-to-Video
      POST
    • Kling Image-to-Video Task Status
      GET
  • Images
    • Jimeng Image Generate
      POST
  • Audio
    • Producer
      • Producer Submit - Generate Music
      • Producer Submit - Generate Lyrics
      • Producer Submit - Extend Music
      • Producer Submit - Generate Cover
      • Producer Submit - Generate Variation
      • Producer Submit - Replace Track
      • Producer Submit - Vocals Swap
      • Producer Submit - Instrumentals Swap
      • Producer Submit - Stems Separation
      • Producer Submit - Download
      • Producer Submit - Upload Audio
      • Producer Submit - Generate Video
      • Producer Fetch Task by ID
      • Producer Fetch Tasks (Batch)
    • Suno
      • Suno Submit - Generate Music
      • Suno Submit - Generate Lyrics
      • Suno Submit - Extend Song
      • Suno Submit - Generate Cover
      • Suno Submit - Stems Separation
      • Suno Submit - Full Stems Separation
      • Suno Submit - Add Vocals
      • Suno Submit - Add Instrumental
      • Suno Submit - Replace Section
      • Suno Submit - Remaster
      • Suno Submit - Mashup
      • Suno Submit - Sample
      • Suno Submit - Generate Sound Effects
      • Suno Submit - Generate MIDI
      • Suno Submit - Upload Audio
      • Suno Submit - Concatenate Tracks
      • Suno Submit - Aligned Lyrics
      • Suno Submit - Generate Music Video
      • Suno Submit - Download as WAV
      • Suno Submit - Persona Voice
      • Suno Submit - Generate with BPM
      • Suno Submit - Vox (Vocals Only)
      • Suno Submit - Upsample Tags
      • Suno Fetch Task by ID
      • Suno Fetch Tasks (Batch)
    • Create Transcription
      POST
    • Create Translation
      POST
    • Suno Generate (Unified)
      POST
    • Suno Fetch (Unified)
      GET
    • Producer Generate (Unified)
      POST
    • Producer Fetch (Unified)
      GET
  • Embeddings
    • Create Embeddings
  • Models
    • List Models
    • Get Model
  • Moderation
    • Create Moderation
  • Midjourney
    • Midjourney Imagine
    • Midjourney Task Status
  • Realtime
    • Realtime API (WebSocket)
  • Schemas
    • RequestBodies
      • producerSubmitCoverBody
      • jimengGenerateBody
      • producerSubmitUploadBody
      • producerSubmitDownloadBody
      • producerFetchBatchBody
    • ErrorResponse
    • OpenAIError
    • ChatCompletionRequest
    • Message
    • ContentPart
    • ToolCall
    • ToolCallResponse
    • ChatCompletionResponse
    • ChatCompletionStreamResponse
    • ResponsesRequest
    • ResponsesResponse
    • ImageRequest
    • ImageResponse
    • VideoResponse
    • KlingText2VideoRequest
    • KlingImage2VideoRequest
    • AudioResponse
    • EmbeddingRequest
    • EmbeddingResponse
    • Model
    • Usage
    • ProducerMusicRequest
    • ProducerTaskResponse
    • ProducerFetchResponse
    • SunoMusicRequest
    • SunoTaskResponse
    • SunoFetchResponse
  1. Video

Seedance Video Generation API

Integration#

CCAPI is fully compatible with the official Volcengine Seedance API — just replace the domain:
Official: ark.cn-beijing.volces.com
CCAPI: api.ccapi.ai
The authentication format is the same as the official API, using your CCAPI token:
Authorization: Bearer sk-xxxxxxxx

Examples#

Supported Endpoints#

MethodPathDescription
POST/api/v3/contents/generations/tasksCreate video generation task
GET/api/v3/contents/generations/tasks/{task_id}Query task status

Supported Models#

ModelDescription
doubao-seedance-1-5-pro-251215Flagship model, supports text/image-to-video, first-last frames, audio generation, draft mode
doubao-seedance-1-0-pro-250528Pro model, supports text/image-to-video, first-last frames
doubao-seedance-1-0-pro-fast-251015Fast model, low latency, supports text/image-to-video
doubao-seedance-1-0-lite-t2v-250428Lightweight text-to-video model
doubao-seedance-1-0-lite-i2v-250428Lightweight image-to-video model, supports first-last frames

Pricing#

Charged by token at 8.5x discount of the official pricing.
Actual price depends on resolution, duration, and whether audio is generated. Token calculation formula: (width × height × frame rate × duration) / 1024.
For detailed pricing rules and examples, please refer to the official documentation:
Pricing: https://www.volcengine.com/docs/82379/1544106

Official Documentation#

For complete details on request parameters, response formats, and generation modes, please refer to the official Volcengine Seedance documentation:
Video Generation Tutorial: https://www.volcengine.com/docs/82379/1366799
API Reference (Create Task): https://www.volcengine.com/docs/82379/1520758
API Reference (Query Task): https://www.volcengine.com/docs/82379/1521309
Model Capability Matrix: https://www.volcengine.com/docs/82379/1330310

Notes#

The returned task ID is in the official native format (cgt-xxx), which can be used directly for queries
After successful video generation, content.video_url is a ByteDance TOS signed download URL (valid for 24 hours)
Seedance 1.5 Pro does not enable audio generation by default; to generate videos with audio, set "generate_audio": true in your request (audio price is 2x the silent price)
Draft mode ("draft": true) is only supported by Seedance 1.5 Pro, limited to 480p, with lower token consumption
Offline inference ("service_tier": "flex") is priced at 50% of online inference
Modified at 2026-03-15 06:55:27
Previous
Vidu Video Generation API
Next
Generate Video
Built with