GET
/
paas
/
v4
/
async-result
/
{id}
cURL
curl --request GET \
  --url https://api.z.ai/api/paas/v4/async-result/{id} \
  --header 'Authorization: Bearer <token>'
{
  "model": "<string>",
  "video_result": [
    {
      "url": "<string>",
      "cover_image_url": "<string>"
    }
  ],
  "task_status": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Use the following format for authentication: Bearer <your api key>

Headers

Accept-Language
enum<string>
default:en-US,en

Config desired response language for HTTP requests.

Available options:
en-US,en
Example:

"en-US,en"

Path Parameters

id
string
required

Task id.

Response

200
application/json

Processing successful

The response is of type object.