Skip to main content
GET
/
ai
/
embeddings
/
buckets
JavaScript
import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: 'My API Key',
});

const buckets = await client.ai.embeddings.buckets.list();

console.log(buckets.data);
{
  "data": {
    "buckets": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

data
UserEmbeddedBuckets · object
required