/healthz
Public service health check.
The API exposes health, transcript, New York Times article fetch, media resolve, and temporary download routes.
/healthz
Public service health check.
/v1/youtube/transcript
Returns transcript text windows and optional timestamped segments for a YouTube URL or video id.
/v1/youtube/transcript/languages
Lists available manual and auto caption languages.
/nytimes/fetch
Uses a configured WebBrain browser to return a New York Times article. Requires a bearer token.
/v1/media/resolve
Runs metadata extraction without downloading media.
/v1/media/jobs
Creates a temporary media job; videos are merged and normalized to one QuickTime-compatible H.264/AAC MP4.
/v1/media/jobs/{job_id}
Checks job state, progress, metadata, and expiry.
/v1/media/jobs/{job_id}/file
Downloads the completed single-file media artifact.
/v1/media/jobs/{job_id}
Deletes a completed, failed, or expired job and removes its media files.