List Avatars
Avatar API
List Avatars
Retrieve a paginated list of your avatars
GET
List Avatars
Endpoint
Query Parameters
number
default:"20"
Number of avatars to return per pageRange: 1-100
number
default:"0"
Number of avatars to skip (for pagination)Example:
offset=20 with limit=20 returns avatars 21-40string
Filter by generation statusOptions:
queued, processing, completed, failedstring
Filter by AI model usedOptions:
flux, imagen3, reality4string
Filter by visibility settingOptions:
public, unlisted, privateboolean
Filter by publication statusOptions:
true (published only), false (unpublished only)string
default:"createdAt"
Sort fieldOptions:
createdAt, likes, comments, remixesstring
default:"desc"
Sort directionOptions:
asc, descstring
Search avatars by prompt text or tagsExample:
search=cyberpunkResponse
array
Array of avatar objects
object
Pagination metadata
Example Request
Example Response
Pagination Example
Filtering Examples
Get Published Avatars Only
Search by Keyword
Get Most Liked Avatars
Get Processing Avatars
Related Endpoints
- Get Avatar - Get single avatar details
- Generate Avatar - Create new avatar
- Delete Avatar - Remove avatar