get
https://api.topview.ai/v1/photo_avatar/template/list
This is your first endpoint! Edit this page to start documenting your API.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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. |
200Successful response