NXTX
  1. Avatar
NXTX
  • Auth
    • Register
      POST
    • Login
      POST
    • Refresh
      POST
    • Logout
      POST
    • Me
      GET
  • Onboard
    • Complete Onboarding
      POST
  • Thread
    • Create Thread
      POST
  • Stream
    • Stream
      POST
    • Post Text
      POST
    • Interrupt
      POST
  • Session
    • Verify Passkey
      POST
    • Verify Passkey V2
      POST
    • Create Session Video
      POST
    • Create Session Audio
      POST
    • Create Session Text
      POST
    • Create Token
      POST
    • Close Session
      POST
    • Close Session Audio
      POST
    • Verify Token
      POST
  • Media Url
    • Create Media Url
      POST
  • KB
    • Get Knowledge Base
      GET
    • Get By
      GET
    • Create
      POST
    • Update
      PUT
    • Delete
      DELETE
    • Delete Link
      DELETE
    • Delete File
      DELETE
  • Websocket
    • Task
    • Listen
  • Tenant
    • Get Tenant Info
    • Get Api Key
    • Regenerate Api Key
  • Billing
    • Checkout Session
    • Payment Success
    • Get Subscription
    • Webhook
  • Voice
    • Get Voices
    • Get Voice
    • Get Voice Url
    • Create Voice
    • Delete Voice
  • Chat History
    • Chat History List
    • Chat History
  • Avatar
    • Get Avatars
      GET
    • Get Avatar
      GET
  1. Avatar

Get Avatars

GET
/api/v2/avatars/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v2/avatars/'
Response Response Example
{
    "data": [
        {
            "id": 7,
            "name": "Ted",
            "avatar_id": "Thaddeus_Black_Shirt_public",
            "voice_id": null,
            "tenant_id": null,
            "is_public": true,
            "created_at": "2025-07-26T02:38:44.448629+00:00",
            "status": "active",
            "preview_url": "https://avatar-stg.nxtx.ai/assets/avatar/ted.webp"
        },
        {
            "id": 8,
            "name": "Tya",
            "avatar_id": "Katya_Black_Suit_public",
            "voice_id": null,
            "tenant_id": null,
            "is_public": true,
            "created_at": "2025-07-26T02:38:44.448629+00:00",
            "status": "active",
            "preview_url": "https://avatar-stg.nxtx.ai/assets/avatar/tya.webp"
        },
        {
            "id": 9,
            "name": "Hans",
            "avatar_id": "Graham_Black_Shirt_public",
            "voice_id": null,
            "tenant_id": null,
            "is_public": true,
            "created_at": "2025-07-26T02:38:44.448629+00:00",
            "status": "active",
            "preview_url": "https://avatar-stg.nxtx.ai/assets/avatar/hans.webp"
        },
        {
            "id": 6,
            "name": "Sandra",
            "avatar_id": "Alessandra_Grey_Sweater_public",
            "voice_id": null,
            "tenant_id": null,
            "is_public": true,
            "created_at": "2025-07-26T02:38:44.448629+00:00",
            "status": "active",
            "preview_url": "https://avatar-stg.nxtx.ai/assets/avatar/sandra.webp"
        }
    ],
    "total": 4,
    "skip": 0,
    "limit": 100,
    "has_next": false,
    "has_previous": false
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200OK
application/json
Body

Modified at 2025-07-30 17:34:47
Previous
Chat History
Next
Get Avatar
Built with