curl --request POST \
--url https://api.vidgo.ai/api/generate/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "bytedance/seedance/v1/pro/image-to-video",
"input": {
"prompt": "Animate this exact outdoor loom scene in one continuous five-second shot. The same Ghanaian weaver throws the wooden shuttle once through the open shed, then beats the weft so the navy-and-gold cloth settles with a slight sag. Preserve her face, hair, clothing, loom geometry, textile pattern, mango-tree background, and camera framing. Very slow gentle lateral camera drift. Tactile wood and cloth physics. No extra people, no cuts, no lettering, no logos, no brands, no advertising, no watermark.",
"resolution": "720p",
"duration": 5,
"image_urls": [
"https://cdn.vidgo.ai/apis/models/bytedance/seedance/v1/pro/image-to-video/v1/01/input.png"
]
}
}
'{
"code": 200,
"data": {
"task_id": "task-unified-example",
"status": "running",
"created_time": "2026-09-10T08:00:00"
}
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}"Request timeout"{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}Seedance
Seedance 1.0 Pro Image to Video
Turn a still image into a five- or ten-second video with Seedance 1.0 Pro, using text to guide the scene and motion.
POST
/
api
/
generate
/
submit
curl --request POST \
--url https://api.vidgo.ai/api/generate/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "bytedance/seedance/v1/pro/image-to-video",
"input": {
"prompt": "Animate this exact outdoor loom scene in one continuous five-second shot. The same Ghanaian weaver throws the wooden shuttle once through the open shed, then beats the weft so the navy-and-gold cloth settles with a slight sag. Preserve her face, hair, clothing, loom geometry, textile pattern, mango-tree background, and camera framing. Very slow gentle lateral camera drift. Tactile wood and cloth physics. No extra people, no cuts, no lettering, no logos, no brands, no advertising, no watermark.",
"resolution": "720p",
"duration": 5,
"image_urls": [
"https://cdn.vidgo.ai/apis/models/bytedance/seedance/v1/pro/image-to-video/v1/01/input.png"
]
}
}
'{
"code": 200,
"data": {
"task_id": "task-unified-example",
"status": "running",
"created_time": "2026-09-10T08:00:00"
}
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}"Request timeout"{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}{
"detail": "<string>"
}- Submit the request with
VIDGO_API_KEY. Atask_idis returned immediately. Keep it until the task reachesfinishedorfailed. - Use Query Task Status to retrieve the result. If you provide a
callback_url, Vidgo sends the result to your webhook when the task finishes or fails.
Seedance 1.0 Pro Image to Video
Turn a still image into a five- or ten-second video with Seedance 1.0 Pro, using text to guide the scene and motion.Available Models
- bytedance/seedance/v1/pro/image-to-video - Generate video from image input.
Duration Options
- 5, 10 seconds - Set
durationas a numeric integer. Optional. Default: 5 seconds, only when omitted. Strings, booleans, null and fractional values are rejected. A numeric value such as5.0is equivalent to5.
Key Features
- Generate video from image input.
- Accepts exactly 1 image in
image_urls. - Choose from
720p,1080poutput resolutions.
Advanced Parameters
Setmodel and optional callback_url at the request root. Place all workflow parameters, including output options, inside input.
Send only the input fields supported by this workflow. Unsupported input fields are rejected before credits are deducted. Input URLs must use HTTP(S), include a hostname, and contain no embedded credentials or whitespace. Defaults apply only when optional input fields are omitted; explicit null and empty values are rejected.
Prompt
prompt: Required string. Describe the scene and desired motion. After trimming surrounding whitespace, length must be 1-10,000 Unicode characters. Non-string values are rejected.- The value must not be blank when supplied.
Image URLs
image_urls: Required. Provide publicly accessible image URLs. Supply exactly 1 item. Each item must be an HTTP(S) URL. Base64, a bare string instead of an array, and empty arrays are rejected.
Resolution
resolution: Optional. Accepted values:720p,1080p. Default:720p, only when omitted. Aliases, different casing, surrounding whitespace and numeric values are rejected.
Pricing
Both workflows use the same price per generation ($0.005 per credit):| Resolution | Duration | Credits | USD |
|---|---|---|---|
| 720p | 5 seconds | 21 | $0.105 |
| 720p | 10 seconds | 42 | $0.210 |
| 1080p | 5 seconds | 43 | $0.215 |
| 1080p | 10 seconds | 86 | $0.430 |
Authorizations
Use VIDGO_API_KEY.
Body
application/json
Keep model and optional callback_url at the root. Unsupported input fields are rejected. Defaults apply only to omitted fields; null and empty input values are rejected.
Vidgo public model ID. Must be bytedance/seedance/v1/pro/image-to-video.
Available options:
bytedance/seedance/v1/pro/image-to-video Example:
"bytedance/seedance/v1/pro/image-to-video"
Input parameters for generation
Show child attributes
Show child attributes
Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.