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": {
    "standardReferenceId": "<string>",
    "model": "<string>",
    "dimensions": 123,
    "embedding": [
      123
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://urantia.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

ref
string
required

Query Parameters

model
enum<string>
default:large
Available options:
small,
large

Response

Embedding vector

data
object
required