cURL
curl --request GET \ --url https://api.urantia.dev/embeddings/export
Export embedding vectors for all paragraphs in a paper. The paperId query parameter is required.
paperId
Returns JSONL (default) or JSON. Each line/item contains { ref, embedding }. A typical paper is 50-200 paragraphs (~1-5 MB).
{ ref, embedding }
jsonl
json
Embedding vectors (JSONL or JSON)