Skip to main content
POST
Submit Seedream 5.0 Pro Text to Image Task
  1. Submit the request with VIDGO_API_KEY. After submission, a task_id is returned. If callback_url is provided, Vidgo sends the result after the task finishes or fails.
  2. You can always retrieve the result through the unified Query Task Status endpoint.

Seedream 5.0 Pro Text to Image

Seedream 5.0 Pro is designed for complex prompts, structured layouts, multilingual typography, and product visuals.

Available Models

  • seedream-v5.0-pro - Flagship text-to-image generation

Size Parameter

input.size controls the output aspect ratio and defaults to 1:1:
  • Ratio presets: 1:1, 4:3, 3:4, 16:9, 9:16, 2:3, 3:2, 21:9

Resolution Parameter

input.resolution controls output resolution and defaults to 1K:
  • Resolution presets: 1K, 2K

Pricing

Each request generates one image and uses the current Seedream 5.0 Pro model price.

How to Call

Use the unified submit endpoint: POST /api/generate/submit

Authorizations

Authorization
string
header
required

Use Authorization: Bearer VIDGO_API_KEY.

Body

application/json
model
enum<string>
required

Vidgo public model identifier.

Available options:
seedream-v5.0-pro
Example:

"seedream-v5.0-pro"

input
object
required
callback_url
string<uri>

Optional webhook callback URL.

Response

Task submitted successfully

code
integer
required
Example:

200

data
object
required