Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Docs are being updated to reflect new features. Need help sooner? support@adaline.ai
List all configured providers.
cURL
curl --request GET \ --url https://api.adaline.ai/v2/providers \ --header 'Authorization: Bearer <token>'
{ "providers": [ { "id": "<string>", "settingId": "<string>", "provider": "<string>", "modelSettings": [ { "name": "<string>", "enabled": true } ], "createdAt": 17450965800000, "updatedAt": 17450965800000, "description": "<string>" } ] }
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Providers retrieved.
List of configured providers.
Show child attributes
Was this page helpful?