Connect to the tools your team already uses. Native integrations, Zapier, and a full API for anything else.
Auto-transcribe Zoom recordings. Import MP4 from Zoom Cloud directly into Orpheus with one click.
Download Meet recordings from Google Drive and push to Orpheus with the browser extension.
Import Teams call recordings from SharePoint and OneDrive directly into transcription jobs.
Process Webex meeting recordings via the API. Batch import supported.
Browse and import audio/video files from Google Drive. Export transcripts back to a folder automatically.
Connect Dropbox as a source. Upload audio directly from Dropbox or trigger jobs via webhook when files appear.
Import files from OneDrive or SharePoint. Export transcripts and captions back automatically.
Trigger jobs from S3, R2, or any S3-compatible bucket via webhook or API polling.
Send transcripts directly to a Notion page. Speaker-labeled, timestamped blocks ready to edit.
Get a Slack notification with your transcript link when a job completes. Share snippets with channels.
Connect Orpheus to 5,000+ apps via Zapier. Triggers include job completed, job failed, and new upload.
Full Orpheus module in Make with triggers, actions, and instant webhooks.
Full REST API for sync and async transcription, job management, webhook configuration, and bulk operations.
Subscribe to job completion events. Push transcripts to any endpoint in real time — no polling required.
Transcribe files from the terminal. Pipe audio or pass paths; get TXT, VTT, or SRT back.
Official JS/TS SDK with typed responses, retry logic, and streaming progress events.
Import YouTube video URLs for transcription. Export captions as VTT and upload directly to YouTube Studio.
Sync podcast episodes from Buzzsprout. Auto-generate transcripts for show notes.
Publish transcript excerpts to WordPress posts with the official plugin.
Import Orpheus transcripts as Premiere Pro captions. Round-trip edit and export.
Orpheus has a full REST API with sync/async transcription, webhooks, bulk jobs, and a stable output contract. If you can build it, we can connect to it.
curl -X POST https://audio.niumedia-ai.com/v1/transcriptions \
-H "Authorization: Bearer $API_KEY" \
-F "[email protected]" \
-F "language=auto"
# Returns job_id → poll or use webhook
Start with the free plan — no sign-up required — or explore the API for custom integrations.