get https://api.topview.ai/v1/photo_avatar/template/list
Response
Field | Type | Description |
---|---|---|
code | String | Response code indicating success. |
message | String | Message describing the response. |
result | Object | Object containing avatar data. |
| Integer | Total number of avatars available. |
| Integer | Current page number in the pagination. |
| Integer | Number of items per page. |
| Array | Array of avatar data. |
-- avatarId | String | Unique identifier for the avatar. |
-- imageS3Path | String | URL of the avatar image. |
-- voiceId | String | Unique identifier for the voice associated with the avatar. |
-- categoryList | Array | List of categories associated with the avatar. |
--- categoryId | String | Unique identifier for the category. |
--- categoryName | String | Name of the category. |