Documentation Index
Fetch the complete documentation index at: https://docs.outai.top/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Seedance 2.0 API provides endpoints to:- Create asynchronous video generation tasks
- Check task status and retrieve results
- Check your current API credit balance
Authentication
Include your API key in theAuthorization header for every request:
Base URL
Response Format
All responses follow the same envelope:Available Endpoints
POST /v1/video/seedance-2— Create a video generation taskGET /v1/tasks?task_id=<task_id>— Retrieve task status and resultGET /v1/credits— Retrieve current API credit balance
Notes
- Video generation is asynchronous
- A successful create request returns a
task_id - Use
task_idto poll task status and retrieve the final result - Business-level failures may use the same
codewith differentmessagevalues, so clients should inspect bothcodeandmessage