Skip to main content
GET
/
embeddings
/
{ref}
Get the embedding vector for a paragraph
curl --request GET \
  --url https://api.urantia.dev/embeddings/{ref}
{
  "data": {
    "ref": "<string>",
    "model": "<string>",
    "dimensions": 123,
    "embedding": [
      123
    ]
  }
}

Path Parameters

ref
string
required

Response

Embedding vector

data
object
required