API Reference
Get available languages
Retrieve all available languages for assistant configuration
Updated 25 Jan 2026
On this page
This endpoint returns a list of all available languages that can be used when creating or updating assistants.
Response fields
dataarray
[
{
"id": 1,
"name": "English",
"iso_2": "en"
},
{
"id": 2,
"name": "Romanian",
"iso_2": "ro"
},
{
"id": 3,
"name": "French",
"iso_2": "fr"
},
{
"id": 4,
"name": "Spanish",
"iso_2": "es"
},
{
"id": 5,
"name": "German",
"iso_2": "de"
}
]
Notes
- Use the
idfield aslanguage_idwhen creating or updating assistants - Use the
idfield insecondary_language_idsarray for multi-language assistants - The
iso_2code can be useful for language-specific functionality - All available languages are returned in a single request
Related guides
API Reference
Introduction
Welcome to the VoxLink API
Read guide →API Reference
Authentication
Learn how to authenticate your API requests
Read guide →API Reference
Get current user
Get the authenticated user's profile information
Read guide →API Reference
List assistants
List all assistants for the authenticated user with pagination
Read guide →