Supported Languages
Fribl supports multiple languages for skill names and analysis output. Pass the desired language code in theAccept-Language header to receive translated responses from retrieval endpoints.
Usage
Update endpoints use a different field: send
content_language in the request body to declare the language of the content you are updating. type and relationship remain static English enums and are not translated.Available languages
| Code | Language |
|---|---|
en | English |
fr | French |
de | German |
it | Italian |
es | Spanish |
The list of supported languages may expand over time. Use the
/skills/languages endpoint to programmatically retrieve the current set.Querying available languages
Retrieve the full list of currently supported language codes:Response