List Preset Materials
GET
https://api.sellerpic.ai/v1/api/presets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.sellerpic.ai/v1/api/presets?pageNum&pageSize&type'
Response Response Example
200 - Example 1
{
"code": 0,
"data": {
"hasMore": true,
"list": [
{
"id": "string",
"imageUrl": "string",
"name": "string",
"thumbUrl": "string",
"userUpload": true
}
],
"total": 0
},
"msg": "string",
"success": true,
"traceId": "string"
}
Request
Query Params
pageNum
integer <int32>
optional
pageSize
integer <int32>
optional
type
string
required