Request
CategoryIds, multiple categories separated by commas
The page number. Default value: 1.
The data size per page. Default value: 20.
Request samples
curl --location --request GET 'https://api.topview.ai/v1/product_anyShoot/template/list?categoryIds=&style=&pageNo&pageSize' \
--header 'Authorization;' \
--header 'Topview-Uid;'
Responses
application/json {
"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-06-05 10:26:24