Embed Noctune transcription and SOAP generation directly inside your practice management system. Your customers stay in your UI; your platform gets a flagship AI feature.
Ship your own veterinary scribe, telemedicine, or charting product on top of our pipeline. Your brand on the front, our infrastructure underneath.
Build chart-review tools, audit workflows, or specialty-specific assistants for your hospital network without spinning up your own ASR + LLM stack.
Submit audio, receive a finished SOAP. Or stitch the components together yourself—transcription only, summarization only, sentiment only. Everything we offer to vets is available as an endpoint.
Veterinary-tuned medical transcription
SOAP note generation
Discharge summary generation
Sentiment / hostility flags
Long-term audio storage
Patient-context retrieval across encounters
Webhooks on completion
Batch and async processing
// Submit audio for transcription + SOAP generation const result = await fetch('https://api.noctune.ai/v1/transcriptions', { method: 'POST', headers: { Authorization: 'Bearer ' + process.env.NOCTUNE_API_KEY }, body: formData, // audio file + metadata }) const { id } = await result.json() // Receive a webhook when processing completes // POST https://your-app.com/webhooks/noctune // { // id: '...', // transcript: { ... }, // soap: { subjective, objective, assessment, plan }, // discharge: '...', // audioUrl: '...' // }
/ minute
Up to 50,000 min / month
Standard webhooks + async processing
OpenAPI docs + self-serve API keys
Email support
No setup fees, no commits
/ minute
50,000–200,000 min / month
Dedicated batch capacity
Priority webhook delivery
Slack support channel
Volume discounts kick in automatically
200,000+ min / month
Dedicated throughput + SLA
Custom contracts and DPAs
Direct Slack with engineering
Custom data retention policies
Veterinary-tuned medical transcription (Deepgram Nova-3-Medical)
SOAP note generation (Claude Opus 4.6)
Discharge summary generation
Webhook delivery with automatic retries
Long-term audio storage (90 days included; extended retention available)
REST + JSON API with OpenAPI spec
Audit log and usage dashboard
Margin protection: we don’t compete with our integrators downstream. Your retail markup is yours to set.
Data handling is governed by our Privacy Policy and per-partner agreements (DPAs available on request).
Volume discounts available above published tiers. SLAs and custom terms available for production deployments.OpenAPI 3 spec. Bearer-token auth. Idempotency keys on writes.
Submit, get an ID, receive a webhook on completion. Or poll if you prefer.
Bulk ingest historical recordings. Backfills run on dedicated capacity.
Every API call logged. Filter and export from your dashboard.