One API for creative generation
Create text-to-image, image editing, text-to-video, first-frame video, and first-and-last-frame jobs through structured requests.
Build image and video generation into your app
Integrate SeedreamBest AI image generation, image editing, video generation, image-to-video, uploads, and usage-based billing into your product.
{
"type": "video",
"mode": "first_frame",
"prompt": "cinematic product shot, slow camera push",
"asset_ids": ["asset_123"],
"options": {
"duration": 6,
"resolution": "720p"
}
}Capabilities
Create text-to-image, image editing, text-to-video, first-frame video, and first-and-last-frame jobs through structured requests.
Upload images first, receive asset IDs, then reuse those assets for image editing or image-to-video generation.
Monitor API balance, monthly spend, requests, active keys, and billing activity from the API Platform.
Workflow
Generate a server-side API key from the API Platform and store it in your backend environment variables.
For reference image and keyframe workflows, upload source files before creating a generation task.
Submit a task, store the returned task ID, then poll status until generated results are ready.
Use cases
FAQ
You can build workflows for AI images, image editing, text-to-video, image-to-video, creative copywriting, asset upload, and usage tracking.
API requests use the same API balance pricing model shown on the pricing page, with usage tracked by task and key.
No. API sub keys should be stored and called from your server so credentials are not exposed to end users.