cURL
curl --request GET \ --url https://api.urantia.dev/embeddings/{ref}
{ "data": { "ref": "<string>", "model": "<string>", "dimensions": 123, "embedding": [ 123 ] } }
Returns the 1536-dimensional embedding vector for a single paragraph. Useful for building custom similarity search or clustering.
Embedding vector
Show child attributes