Skip to main content

List embedded buckets

GET 
/ai/embeddings/buckets

Get all embedding buckets for a user.

Responses

200: Successful Response

422: Validation Error

Request samples


curl -L 'https://api.telnyx.com/v2/ai/embeddings/buckets' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"data": {
"buckets": [
"string"
]
}
}