Integrations
Get Language Default
GET
/api/v1/integrations/language/defaultAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Query Parameters
language_id*Language Id
Language id for which to fetch the default model
Format
uuidmodel_type*ModelType
llm, stt, or tts
Value in
- "llm"
- "stt"
- "tts"
platform_credentials_only?Platform Credentials Only
Return only providers having platform API keys
Default
falseResponse Body
application/json
application/json
curl -X GET "https://example.com/api/v1/integrations/language/default?language_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&model_type=llm"{ "provider": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "ai_provider" }, "model": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "ai_provider" }, "voice": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "ai_provider" }}