Skip to main content
GET
/
api
/
v3
/
contents
/
generations
/
tasks
/
{task_id}
doubao-seedream-4-0-250828 (query task)
curl --request GET \
  --url https://api.example.com/api/v3/contents/generations/tasks/{task_id}
BytePlus’s official format for the query task API.
curl -X GET "https://gptproto.com/api/v3/contents/generations/tasks/{task_id}" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "error": {
    "message": "Invalid task_id format",
    "type": "invalid_request_error",
    "code": "invalid_parameters"
  }
}

Path Parameters

ParameterTypeRequiredDescription
task_idstring✅ YesThe unique identifier of the task to query