Integrations
It should fit the pipeline you already have
Publishing targets, automation platforms, and a REST API for the work that should never need a browser tab open.
Zapier
6,000+ apps. Trigger on a finished transcript, send the document anywhere.
n8n
Self-hosted automation with a community node for the VoiceTapp REST API.
WordPress
Push a finished document straight to a draft post, with the featured image.
Google Drive
Import audio and documents; export finished work back to a folder.
Slack
Notify a channel when a transcription or long generation finishes.
Notion
Sync finished documents into a Notion database.
Webhooks
POST on every completion event, with signed payloads.
REST API
Full programmatic access to every tool. Included on Scale.
The API, in one request
Every tool in the workspace has an endpoint. Upload a file or post a prompt, then either poll for the result or receive a signed webhook when it is ready. Included on Scale.
- Signed webhooks on every completion event
- Idempotency keys, so a retried request never double-charges tokens
- Rate limits published per endpoint, returned in response headers
- Bring your own model key and those calls cost you no tokens at all
{
"event": "transcription.completed",
"id": "trs_9f2a41",
"document_id": "doc_77c1",
"duration_seconds": 2461,
"language": "en",
"speakers": 2,
"tokens_charged": 0,
"minutes_charged": 41
}Transcription bills in minutes, not tokens. The payload says so explicitly so your own cost accounting does not have to guess.
White-label and reseller
Agencies running this under their own brand, and platforms embedding it for their users, are both supported. Terms depend on volume, so it is a conversation rather than a pricing page.