Skip to main content
All static data that powers the API is available directly from a public Cloudflare R2 bucket at cdn.urantia.dev. This includes the audio files. You can use these files for offline apps, custom pipelines, or self-hosted setups.
Audio moved from the old audio.urantia.dev subdomain to cdn.urantia.dev/audio/.... The old host is frozen and serves only part of the library. Update any saved URLs to the patterns below.

What’s available

URL patterns

Audio files

Paragraph-level audio follows this naming pattern:
Examples:
Only nova covers every paragraph. For any other voice, read the audio object on the paragraph instead of building a URL, because a missing voice returns a 404. Available voices:

Video files

Paper-level videos with narrated audio and synced text overlay:
All 197 papers have videos with the nova voice. Videos include animated background, paragraph text fading in/out, section title cards, and intro/outro branding.

JSON files

Paper JSON files are numbered 000.json through 196.json:

Entities

Embeddings

The embeddings file is ~455 MB. Only download it if you need vector search capabilities for a self-hosted setup.

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
For most use cases, the API is easier than working with raw files. Use the CDN when you need bulk access or offline capabilities.