Bot API Docs
Integrate Seedance through the Bot API
Use the public bot API docs to create keys, upload assets, create video tasks, and poll results from scripts, bots, and agent workflows.
Key points
API keysAuthenticated accessBot and agent workflows start from account-managed API credentials.
UploadsTask pipelineAutomation can upload assets, create tasks, and poll results through one public docs route.
AgentsMachine-oriented docsThe route is written for scripts, bots, and autonomous workflow systems.
Highlights
- Create and manage API keys from the signed-in account panel.
- Upload reference assets, create tasks, and poll result status.
- Copy a machine-oriented Markdown guide for autonomous agents.
- Use one public documentation route across all supported Sunday locales.
What the API docs explain
How authentication works
The docs explain API key creation and how authenticated routes map back to the same account and Star system as the frontend.
How the task pipeline works
Automation can upload media, create tasks, poll task status, and retrieve final results using documented endpoints.
How docs stay discoverable
Even before the full interactive docs hydrate, crawlers can read that Seedance exposes a public automation surface.
Public Sunday routes
HomeA focused Seedance 3.0 entry point for AI video creation.MembershipCompare Stars, subscriptions, one-time top-ups, and creator access.AI Video GeneratorCreate AI videos with prompts, reference uploads, model controls, and task progress.AI Image GeneratorPrepare AI image prompts, reference images, model choices, and image size controls.World Cup 2026Generate football-style AI clips from a portrait with player and stadium presets.HappyHorse 1.1Review the HappyHorse 1.1 landing page, benchmarks, and integrated workflow notes.Seedance 2.5Preview the upcoming Seedance 2.5 model and its planned production features.CommunityBrowse creator posts, published AI videos, and remixable generation notes.Help CenterRead workflow guidance, model notes, Star cost examples, and support information.Bot API DocsRead API key, upload, task creation, and polling docs for bots, scripts, and agents.Commercial GuideRead commercial AI video guides, prompt examples, and ad workflow ideas.Privacy PolicyUnderstand how Seedance handles accounts, data, payments, and cookies.Terms of ServiceReview platform rules, acceptable use, membership terms, and open-source notices. About this route
The bot API docs route is the public Seedance reference for scripts, workflow tools, and agent integrations that need authenticated video generation access.
The interactive app renders the full documentation experience, while the static page keeps the route indexable and discoverable for crawlers and lightweight clients.
Bot API questions
Who should read the Bot API docs route?
It is meant for developers, bot builders, and agents that need direct programmatic access to uploads, task creation, status polling, and user summaries.
Why include a static API route summary?
Documentation routes often win search traffic. A static summary makes the page indexable even if the full docs UI depends on JavaScript.