Orpheus fits into your workflow.

Connect to the tools your team already uses. Native integrations, Zapier, and a full API for anything else.

50+Integrations
5,000+Apps via Zapier
REST APIBuild your own
WebhooksReal-time events

Video conferencing

Zoom Available

Auto-transcribe Zoom recordings. Import MP4 from Zoom Cloud directly into Orpheus with one click.

Google Meet Available

Download Meet recordings from Google Drive and push to Orpheus with the browser extension.

Microsoft Teams Available

Import Teams call recordings from SharePoint and OneDrive directly into transcription jobs.

Webex API

Process Webex meeting recordings via the API. Batch import supported.

Storage & files

Google Drive Available

Browse and import audio/video files from Google Drive. Export transcripts back to a folder automatically.

Dropbox Available

Connect Dropbox as a source. Upload audio directly from Dropbox or trigger jobs via webhook when files appear.

OneDrive / SharePoint Coming soon

Import files from OneDrive or SharePoint. Export transcripts and captions back automatically.

S3-compatible storage API

Trigger jobs from S3, R2, or any S3-compatible bucket via webhook or API polling.

Productivity & notes

Notion Coming soon

Send transcripts directly to a Notion page. Speaker-labeled, timestamped blocks ready to edit.

Slack Available

Get a Slack notification with your transcript link when a job completes. Share snippets with channels.

Zapier Available

Connect Orpheus to 5,000+ apps via Zapier. Triggers include job completed, job failed, and new upload.

Make (Integromat) Available

Full Orpheus module in Make with triggers, actions, and instant webhooks.

Developer & API

REST API Available

Full REST API for sync and async transcription, job management, webhook configuration, and bulk operations.

Webhooks Available

Subscribe to job completion events. Push transcripts to any endpoint in real time — no polling required.

CLI Available

Transcribe files from the terminal. Pipe audio or pass paths; get TXT, VTT, or SRT back.

JavaScript SDK Coming soon

Official JS/TS SDK with typed responses, retry logic, and streaming progress events.

Media & publishing

YouTube Available

Import YouTube video URLs for transcription. Export captions as VTT and upload directly to YouTube Studio.

Buzzsprout Coming soon

Sync podcast episodes from Buzzsprout. Auto-generate transcripts for show notes.

WordPress Coming soon

Publish transcript excerpts to WordPress posts with the official plugin.

Adobe Premiere Coming soon

Import Orpheus transcripts as Premiere Pro captions. Round-trip edit and export.

Don't see what you need?

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

Connect Orpheus to your stack.

Start with the free plan — no sign-up required — or explore the API for custom integrations.