Assistants
Get available languages
Retrieve all available languages for assistant configuration
GET
/ user / assistants / languages
This endpoint returns a list of all available languages that can be used when creating or updating assistants.
Response fields
data array
id integer
The unique identifier of the language
name string
The display name of the language
iso_2 string
The ISO 639-1 two-letter language code
Notes
- This endpoint does not require any parameters
- Use the
namefield when creating or updating assistants - The
iso_2code can be useful for language-specific functionality - All available languages are returned in a single request