Noctune
Noctune
Platform
Early access
Request access

Veterinary AI,
in your stack.

Use our transcription, SOAP generation, and audio infrastructure inside your own PIMS, mobile app, or internal tooling. Pay per minute. No per-seat fees. No surprises.
Request accessPreview the integration
Built for builders

Three ways to use Noctune.

Same pipeline that powers our consumer app, exposed as an API.
PIMS integration

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.

White-label products

Ship your own veterinary scribe, telemedicine, or charting product on top of our pipeline. Your brand on the front, our infrastructure underneath.

Internal tools

Build chart-review tools, audit workflows, or specialty-specific assistants for your hospital network without spinning up your own ASR + LLM stack.

What you get

The whole pipeline, by the minute.

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

REQUEST · WEBHOOK
// 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: '...'
// }
Pricing

Pay per minute. Nothing else.

Same pipeline that powers our consumer app, exposed as an API. No setup fees, no per-seat charges, no annual commits.
For small integrators getting started
Growth

$0.035

/ minute

 

Up to 50,000 min / month

Standard webhooks + async processing

OpenAPI docs + self-serve API keys

Email support

No setup fees, no commits

Start building
Most popular
For production PIMS & white-label products
Scale

$0.025

/ minute

 

50,000–200,000 min / month

Dedicated batch capacity

Priority webhook delivery

Slack support channel

Volume discounts kick in automatically

Start building
For large integrators & veterinary groups
Enterprise

Custom

Starting around $0.018–0.020 / min

200,000+ min / month

Dedicated throughput + SLA

Custom contracts and DPAs

Direct Slack with engineering

Custom data retention policies

Contact sales
Included in every tier
One pipeline. Every plan.

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.
Built for production

The boring infrastructure parts.

REST + JSON

OpenAPI 3 spec. Bearer-token auth. Idempotency keys on writes.

Async + webhooks

Submit, get an ID, receive a webhook on completion. Or poll if you prefer.

Batch processing

Bulk ingest historical recordings. Backfills run on dedicated capacity.

Audit trail

Every API call logged. Filter and export from your dashboard.

Building something on top of Noctune?

Currently early access. Tell us what you’re building, your estimated volume, and timing—we’ll get you keys.
Request accessBack to Noctune
Noctune
Noctune

The AI for veterinary medicine.

Product
FeaturesPricingFAQFor studentsPlatform / APIDocs
Account
Sign inGet 10 free creditsEmail us
Legal
PrivacyTerms
© 2026 Noctune. All rights reserved.