/healthz
Public service health check.
The public API exposes health, transcript, media resolve, and temporary download routes.
/healthz
Public service health check.
/v1/youtube/transcript
Returns transcript text and timestamped segments for a YouTube URL or video id.
/v1/youtube/transcript/languages
Lists available manual and auto caption languages.
/v1/media/resolve
Runs metadata extraction without downloading media.
/v1/media/jobs
Creates a temporary media download job for public URLs supported by yt-dlp.
/v1/media/jobs/{job_id}
Checks job state, progress, metadata, and expiry.
/v1/media/jobs/{job_id}/file
Downloads the completed temporary media file.
/v1/media/jobs/{job_id}
Deletes a completed, failed, or expired job and removes its media files.