cURL
curl --request GET \ --url http://localhost:8080/api/v1/vendors/embedders \ --header 'Authorization: <api-key>'
{ "data": [ "<string>" ] }
Get a list of available embedders
OK
Vendor list response model
Was this page helpful?