API
  • Welcome
  • Getting Started
    • Quickstart
      • Authentication
      • Rate limits
  • API Documentation
    • AI Avatar API
      • Get a list of avatar
      • Get a list of voice
      • Generate avatar video task
    • Get task info
Powered by GitBook
On this page
  1. API Documentation

Get task info

Query task information

PreviousGenerate avatar video task

Last updated 8 months ago

Query task information

post
Header parameters
timestampanyRequired

Millisecond timestamp

Content-TypeanyRequired

application/json

AuthorizationanyRequired

Authorization

RESPONSE-WRAPanyRequired

Whether to encapsulate response data

x-auth-keyanyRequired

Your api key

Body
task_idstringRequired

The task id

Responses
200
OK
*/*
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
POST /v1.0/task/info HTTP/1.1
Host: openapi
timestamp: null
Content-Type: application/json
Authorization: null
RESPONSE-WRAP: null
x-auth-key: null
Accept: */*
Content-Length: 18

{
  "task_id": "text"
}
{
  "app_id": "text",
  "progress_bar": "text",
  "status": "text",
  "task_id": "text",
  "thumb_url": "text",
  "video_url": "text"
}