Skip to main content
GET
/
v1
/
api
/
embeddings
List All Embeddings
curl --request GET \
  --url https://dev-knowledge-store.actualize.ae/v1/api/embeddings
[
  {
    "name": "<string>",
    "supportedEmbeddingModels": [
      "<string>"
    ],
    "description": "<string>"
  }
]

Response

200 - application/json

Successful Response

name
string
required

The name of the embeddings with a minimum length of 10 characters.

Minimum length: 10
supportedEmbeddingModels
string[]
required

List of supported embedding models for this embeddings.

description
string

A description of the embeddings with a minimum length of 15 characters.

Minimum length: 15