Authentication
Use a server-side sub key in the Authorization header for API requests.
Public API guide
Read public SeedreamBest API documentation for authentication, asset uploads, task creation, image generation, video generation, and billing.
{
"type": "video",
"mode": "first_frame",
"prompt": "cinematic product shot, slow camera push",
"asset_ids": ["asset_123"],
"options": {
"duration": 6,
"resolution": "720p"
}
}Capabilities
Use a server-side sub key in the Authorization header for API requests.
Create image, video, and copywriting tasks with structured type, mode, prompt, assets, and options.
Upload source assets first, then poll task status until generated results are ready.
Workflow
Generate an API key in the authenticated API Platform and keep it on your server.
Call upload or task endpoints with the correct mode and model options.
Poll task status, read result URLs, and monitor usage on the pricing and API pages.
Use cases
FAQ
Yes. It explains integration concepts without exposing user keys, private usage, or account-specific data.
Create keys inside the authenticated API Platform, then store them in your backend environment.
Image and video generation tasks are asynchronous; create the task and poll for status and results.