Complete reference for EasyCast Studio APIs
EasyCast Studio supports two auth mechanisms depending on the API you're calling.
Most api/* endpoints are app-internal and require a Supabase user session token.
The developer-facing API under /api/v1/* uses API keys.
Create/manage keys in the app at /api-keys.
This is the public, API-key authenticated surface intended for external integrations. Requests must include an x-api-key header.
/api/v1/recordingsList recordings for the API key owner (user scoped).
/api/v1/recordingsCreate a new recording row for the API key owner.
/api/v1/webhooksRegister a public HTTPS endpoint for recording.completed, transcript.ready, and clip.generated events. The response reveals the signing secret once. A recording-completed event means its metadata and uploaded media are saved with a ready status; transcript and clip completion have their own events.
List registered endpoints with GET /api/v1/webhooks and the webhooks:read scope. Accounts may register up to 10 endpoints.
Hash the one-time secret to its raw 32-byte SHA-256 digest, use that digest as the HMAC-SHA256 key for the exact request body, and timing-safely compare the result to x-easycast-signature.
/api/recordings/createCreate a new recording record after file upload.
/api/transcribeTranscribe audio to text with speaker diarization. Usage tracked - counts against audio minutes limit.
/api/enhance-audioEnhance audio quality using AI. Premium feature - requires paid plan.
/api/remove-silenceRemove silence and pauses from audio. Premium feature - requires paid plan.
/api/remove-fillersRemove filler words (um, uh, like, etc.) from audio.
/api/suggest-clipsAI-powered clip suggestions for social media. Pro+ only - uses GPT-4.
/api/generate-contentGenerate show notes, descriptions, and social posts. Pro+ only - uses GPT-4.
/api/invite-guestSend professional email invitation to recording guest.
/api/webhooks/stripeStripe payment webhook endpoint. Handles all payment lifecycle events and sends automated emails.
⚠️ Internal Use Only: This endpoint is called by Stripe servers. Requires valid Stripe signature for verification.
/api/check-usage-warningsAutomated cron job endpoint. Checks all users' usage and sends warning emails at 80% threshold.
🔒 Requires Authorization: Must include Bearer token with CRON_SECRET.
/api/create-checkoutCreate Stripe checkout session for subscription purchase.
These are monthly account quotas, not per-key request-rate limits. EasyCast does not currently advertise or enforce a requests-per-hour limit for the developer API.
| Plan | Audio Minutes | Storage | Features |
|---|---|---|---|
| Free | 30 minutes | 1 GB | Basic AI |
| Starter | 30 minutes | 1 GB | Basic AI + email support |
| Pro | 500 minutes | 50 GB | All AI features + priority support |
| Business | Unlimited | 500 GB | Advanced analytics + custom branding |
For questions, support, or feature requests, contact us: