Skip to main content
POST
Run Seedream 5.0 Lite (seedream-50-lite)

Authorizations

Authorization
string
header
required

Primary scheme: Authorization: Key <key_id>:<secret>.

Body

application/json
input
object
required

Model-specific inputs for seedream-50-lite.

webhook
string<uri> | null

URL to receive a signed completion webhook.

idempotency_key
string | null

Replays the original ack for a retried submit instead of enqueueing a duplicate job.

Response

Accepted. The job runs asynchronously; poll status_url / result_url from the ack.

job_id
string
required

This job's id — server-issued, and opaque.

model
string
required
status
enum<string>
required

The four states a job can be in.

Available options:
IN_QUEUE,
IN_PROGRESS,
COMPLETED,
FAILED
status_url
string
required

Path of this job's status monitor: poll GET /v3/jobs/{job_id}/status for status, progress, and an estimate.

result_url
string
required

Path of the job resource itself: GET /v3/jobs/{job_id} returns the result envelope, including the outputs once it completes. Also the value of this response's Location header.

estimated_completion_at
string<date-time> | null

ISO-8601 instant this job is estimated to finish. Null when no estimate exists for the model yet; poll GET /v3/jobs/{job_id}/status for a refreshed one.