- API Document
- Avatar Marketing Video
- Video Avatar
- Scraper
- Upload
- Product Avatar
- Replace Product Image
- Image2Video
- Category QueryGET
- Public product avatar QueryGET
- Common Task
- image2Video
- Product AnyShoot
- Replace Product Image
- Template CategoryGET
- Template ListGET
- Caption ListGET
- Voice QueryGET
- AiAvatar QueryGET
- check notice urlPOST
- Ethnicity QueryGET
Query task
GET
/v1/m2v/task/query
Request
Query Params
taskId
string
required
Header Params
Topview-Uid
string
required
Authorization
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.topview.ai/v1/m2v/task/query?taskId=' \
--header 'Topview-Uid;' \
--header 'Authorization;'
Responses
🟢200成功
application/json
Body
code
string
required
message
string
required
result
object
required
taskId
string
required
status
string
required
errorMsg
string
optional
exportVideos
array [object {7}]
optional
previewVideos
array [object {7}]
optional
productName
string
Product name
productDescription
string
Product description
videoSceneInfoList
array [object {8}]
Video scene information list
imageSceneInfoList
array [object {5}]
optional
Example
{
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"errorMsg": "string",
"exportVideos": [
{
"scriptId": 0,
"status": "string",
"title": "string",
"description": "string",
"videoUrl": "string",
"coverUrl": "string",
"videoDuration": 0
}
],
"previewVideos": [
{
"scriptId": 0,
"status": "string",
"title": "string",
"description": "string",
"videoUrl": "string",
"coverUrl": "string",
"videoDuration": 0
}
],
"productName": "string",
"productDescription": "string",
"videoSceneInfoList": [
{
"mediaId": "string",
"seq": 0,
"mediaType": "string",
"sceneAnalyseDesc": "string",
"sceneFileName": "string",
"videoSceneCoverUrl": "string",
"start": 0,
"end": 0
}
],
"imageSceneInfoList": [
{
"mediaId": "string",
"mediaType": "string",
"sceneAnalyseDesc": "string",
"sceneFileName": "string",
"imageSceneUrl": "string"
}
]
}
}
Modified at 2025-05-23 03:30:43