Topview-api-English version
  1. Scraper
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
      • query task
    • 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. Scraper

query scraper task

GET
/v1/scraper/task/query

Request

Query Params
taskId
string 
required
needCloudFrontUrl
boolean 
optional
Whether to return a CloudFront URL: true - returns the CloudFront URL; false - will return the S3 URL
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/scraper/task/query?taskId=&needCloudFrontUrl' \
--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 
required
productLink
string 
required
productName
string 
required
productDescription
string 
required
productImages
array [object {5}] 
required
productVideos
array [object {5}] 
required
Example
{
    "code": "string",
    "message": "string",
    "result": {
        "taskId": "string",
        "status": "string",
        "errorMsg": "string",
        "productLink": "string",
        "productName": "string",
        "productDescription": "string",
        "productImages": [
            {
                "fileId": "string",
                "fileName": "string",
                "fileType": "string",
                "format": "string",
                "fileUrl": "string"
            }
        ],
        "productVideos": [
            {
                "fileId": "string",
                "fileName": "string",
                "fileType": "string",
                "format": "string",
                "fileUrl": "string"
            }
        ]
    }
}
Modified at 2025-06-14 02:58:25
Previous
submit scraper task
Next
Get Upload Credential
Built with