All static data that powers the API is available directly from a public Cloudflare R2 bucket atDocumentation Index
Fetch the complete documentation index at: https://urantia.dev/llms.txt
Use this file to discover all available pages before exploring further.
cdn.urantia.dev. Audio files are served from a separate subdomain at audio.urantia.dev. You can use these files for offline apps, custom pipelines, or self-hosted setups.
What’s available
| Asset | Format | Count | Description |
|---|---|---|---|
| Papers | JSON | 197 | Full paper text with paragraphs, sections, and metadata |
| Paper audio | MP3 | 197 | Full narration of each paper |
| Paragraph audio | MP3 | 16,000+ | Individual paragraph narration across 6 voices |
| Paper videos | MP4 | 197 | Full paper narration with synced text overlay (1080p) |
| Video thumbnails | PNG | 197 | Paper title cards for video thumbnails |
| Entities | JSON | 3,000+ | Typed entities (beings, places, concepts) with descriptions |
| Entity links | JSON | 50,000+ | Paragraph-to-entity citation mappings |
| Embeddings | JSON | 14,500+ | OpenAI text-embedding-3-small vectors (1536-dimensional) |
| Audio manifest | JSON | 1 | Complete inventory mapping paragraph IDs to audio URLs |
URL patterns
Audio files
Paragraph-level audio follows this naming pattern:| Model | Voices | Coverage |
|---|---|---|
tts-1-hd | nova, echo, onyx, alloy, fable, shimmer | nova has full coverage |
tts-1 | alloy | Partial |
Video files
Paper-level videos with narrated audio and synced text overlay:nova voice. Videos include animated background, paragraph text fading in/out, section title cards, and intro/outro branding.
JSON files
Paper JSON files are numbered000.json through 196.json:
Entities
Embeddings
Audio manifest
Paper JSON structure
Each paper file contains the full text with structured metadata:Use cases
- Offline apps — Download the JSON files and audio for offline reading and listening
- Custom search — Use the embeddings to build your own vector search
- Self-hosted API — Seed your own database from the source JSON and entities
- Data analysis — Analyze entity relationships, citation patterns, or text embeddings
- Alternative TTS — Use the text data to generate audio with other TTS providers