Topview-api
  1. Product AnyShoot
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
      • query task
  • 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. Product AnyShoot

Template List

Developing
GET
/v1/product_anyShoot/template/list

Request

Query Params
categoryIds
string 
optional
类目,多个类目以逗号分隔
style
enum<string> 
optional
UGC/Pro
Allowed values:
UGCPro
pageNo
string 
optional
第几页。默认值:1
pageSize
string 
optional
每页多少。默认值:20
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/product_anyShoot/template/list?categoryIds=&style=&pageNo&pageSize' \
--header 'Authorization;' \
--header 'Topview-Uid;'

Responses

🟢200OK
application/json
Body
code
string 
required
message
string 
required
result
object 
required
total
integer 
required
pageNo
integer 
required
pageSize
integer 
required
data
array [object {6}] 
required
Example
{
    "code": "string",
    "message": "string",
    "result": {
        "total": 0,
        "pageNo": 0,
        "pageSize": 0,
        "data": [
            {
                "templateId": "string",
                "templateImageUrl": "string",
                "coverUrl": "string",
                "minSubsType": "string",
                "style": "string",
                "templateCategoryList": [
                    {
                        "categoryId": "string",
                        "categoryName": "string"
                    }
                ]
            }
        ]
    }
}
Modified at 2025-05-28 07:50:25
Previous
Template Category
Next
submit task
Built with