Miscellaneous
Load Supported Languages from System
Property | Description |
---|---|
Method | GET |
Path | /open/v1/languages |
Accept | - |
Content-Type | application/json |
Description | Views the list of supported languages in the Documents feature. (Currently, we support 33 languages) |
- Request
- Query
(empty) - Body
// (empty)
- Query
- Response
type AvailableLanguagesView = { languages: Language[] }
Updated 4 months ago