Topview-api-English version
  1. Replace Product Image
Topview-api-English version
  • API Document
  • Avatar Marketing Video
    • script
      • List script content
      • Update script content
    • Submit task
      POST
    • Query task
      GET
    • Export
      POST
  • Video Avatar
    • submit task
      POST
    • query task
      GET
  • Scraper
    • submit scraper task
      POST
    • query scraper task
      GET
  • Upload
    • Get Upload Credential
      GET
    • Get Upload Check
      GET
  • Product Avatar
    • Replace Product Image
      • submit task
        POST
      • query task
        GET
    • Image2Video
      • submit task
      • query task
    • Category Query
      GET
    • Public product avatar Query
      GET
  • Common Task
    • image2Video
      • submit task
      • query task
  • Product AnyShoot
    • Replace Product Image
      • submit task
      • query task
    • Template Category
      GET
    • Template List
      GET
  • Caption List
    GET
  • Voice Query
    GET
  • AiAvatar Query
    GET
  • check notice url
    POST
  • Ethnicity Query
    GET
  1. Replace Product Image

query task

Developing
GET
/v1/product_avatar/task/image_replace/result

Request

Query Params
taskId
string 
optional
submit return result value
Header Params
Authorization
string 
required
Topview-Uid
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/product_avatar/task/image_replace/result' \
--header 'Authorization;' \
--header 'Topview-Uid;'

Responses

🟢200OK
application/json
Body
code
string 
required
message
string 
required
result
object 
required
taskId
string 
required
taskStatus
string 
required
productReplaceResult
array [object {2}] 
required
Example
{
    "code": "string",
    "message": "string",
    "result": {
        "taskId": "string",
        "taskStatus": "string",
        "productReplaceResult": [
            {
                "key": "string",
                "url": "string"
            }
        ]
    }
}
Modified at 2025-05-19 03:32:05
Previous
submit task
Next
submit task
Built with