Integrations
Connect Wisescribe to your workflows. Every new transcript fires an HTTP webhook — wire it into Zapier, Make, or any tool that accepts a POST request.
Loading…
Connect Wisescribe to your workflows. Every new transcript fires an HTTP webhook — wire it into Zapier, Make, or any tool that accepts a POST request.
Native integrations — guided setup, no documentation needed.
These destinations connect through Zapier today. Native OAuth is in the works.
Paste any HTTPS URL — Wisescribe sends a JSON POST every time a transcript is saved.
Wisescribe sends a JSON POST to your URL every time a transcript is saved:
{
"event": "transcript.created",
"transcript": {
"id": "uuid",
"title": "Video title",
"wisescribe_url": "https://wisescribe.ai/t/uuid",
"source_url": "https://youtube.com/watch?v=...",
"duration_s": 1234,
"transcript_md": "Full transcript in Markdown…",
"created_at": "2026-06-02T00:00:00.000Z"
}
}