Get all configured embedding models
OK
const response = await fetch('https://sapphire.contextdata.ai/api/workspace/embedding_models', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();