Skip to main content
Every paper includes a video field — a nested object keyed by TTS voice, or null if no video exists.

Response shape

{
  "video": {
    "nova": {
      "mp4": "https://video.urantiahub.com/tts-1-hd-nova-1.mp4",
      "thumbnail": "https://video.urantiahub.com/thumbnail-1.png",
      "duration": 2336
    }
  }
}
FieldTypeDescription
mp4stringDirect URL to the H.264 MP4 video (1920x1080, 30fps)
thumbnailstringDirect URL to the paper title card PNG (1920x1080)
durationnumberVideo duration in seconds

Available voices

All 197 papers have videos with the nova voice. Additional voices may be added in the future.
VoiceCoverage
novaAll 197 papers

Accessing video data

Video metadata is included in responses from paper endpoints:
# List all papers with video URLs
curl https://api.urantia.dev/papers

# Get a single paper with video
curl https://api.urantia.dev/papers/1

Direct CDN access

Videos and thumbnails are served from video.urantiahub.com via Cloudflare R2:
# Video (H.264 MP4, 1080p)
https://video.urantiahub.com/tts-1-hd-nova-1.mp4

# Thumbnail (PNG)
https://video.urantiahub.com/thumbnail-1.png
See the CDN page for the full list of available assets.

YouTube

All papers are also available on the UrantiaHub YouTube channel, with chapter timestamps for section navigation.