Topview-api
  1. image2Video
Topview-api
  • API文档
  • Avatar Marketing Video
    • script
      • list script content
      • update script content
    • submit task
      POST
    • query task
      GET
    • export
      POST
  • Video Avatar
    • Video Avatar API Usage
    • submit task
      POST
    • query task
      GET
  • Product Avatar
    • Product Avatar API Usage
    • Replace Product Image
      • submit task
      • query task
    • Image2Video
      • submit task
      • query task
    • Category Query
      GET
    • Public product avatar Query
      GET
  • Product AnyShoot
    • Replace Product Image
      • submit task
      • query task
    • Template Category
      GET
    • Template List
      GET
  • Common Task
    • image2Video
      • submit task
        POST
      • query task
        GET
  • Scraper
    • submit scraper task
      POST
    • query scraper task
      GET
  • Upload
    • Get Upload Credential
      GET
    • Get Upload Check
      GET
  • check notice url
    POST
  • Voice Query
    GET
  • Ethnicity Query
    GET
  • AiAvatar Query
    GET
  • Caption List
    GET
  1. image2Video

query task

Developing
GET
/v1/common_task/image2video/result

Request

Query Params
taskId
string 
optional
The taskId returned by the submit task
needCloudFrontUrl
boolean 
optional
Header Params
Authorization
string 
optional
Topview-Uid
string 
optional

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/common_task/image2video/result?taskId=&needCloudFrontUrl' \
--header 'Authorization;' \
--header 'Topview-Uid;'

Responses

🟢200OK
application/json
Body
code
string 
required
message
string 
required
result
object 
required
taskId
string 
required
status
string 
required
videos
array [object {1}] 
required
Example
{
    "code": "string",
    "message": "string",
    "result": {
        "taskId": "string",
        "status": "string",
        "videos": [
            {
                "originVideo": {
                    "filePath": "string",
                    "width": 0,
                    "height": 0
                }
            }
        ]
    }
}
Modified at 2025-06-12 08:49:27
Previous
submit task
Next
submit scraper task
Built with