List Embedding Providers
List embedding providers available to the caller - the create-knowledge-base picker's data source. Platform-wide defaults only, unless org_id is given, in which case that organisation's own registered providers are included too.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
org_id?|null
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/knowledge-bases/embedding-providers"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "string", "model": "string", "endpoint": "string", "description": "string" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}