POST
/
embeddings
/
retrieve
{
  "status": 200,
  "message": "2/2 embeddings successfully retrieved.",
  "data": {
    "embeddings": [
      {
        "data": [
          0.1,
          -0.2,
          0.45
        ],
        "id": 23,
        "metadata": {
          "foo": "bar"
        }
      },
      {
        "data": [
          0.2,
          -0.7,
          0.32
        ],
        "id": 67,
        "metadata": {}
      }
    ]
  }
}

Authorizations

X-Eigen-API-Key
string
header
required

Body

application/json

Response

Embeddings successfully retrieved.

The response is of type object.