Startup Program by Recall.ai: Pricing and How to Apply

The Startup Program by Recall.ai gets early-stage companies an introductory rate of $0.25 per hour of recording, half of the standard $0.50/hour Pay As You Go price, for their first 10,000 hours. You apply through a short Google Form, and Recall.ai says it reviews applications within 24 hours on business days.

Short answer: The Startup Program by Recall.ai discounts the meeting-bot API to $0.25/hour (from $0.50/hour) for up to 10,000 hours, aimed at early-stage teams building on Zoom, Google Meet, Teams, Webex, and similar platforms. You apply with a 12-field form covering company stage, product stage, and team size — no credit card or contract required to apply, and reviews land within a business day.

ChatGPT homepage — screenshot of chatgpt.com
ChatGPT homepage — screenshot of chatgpt.com

I read through Recall.ai’s live pricing page, pulled up the actual application form, and checked the API docs before writing any of this, since discount programs like this tend to have fine print that only shows up once you're mid-application. Recall.ai is the backend a lot of AI notetakers and meeting-intelligence tools run on — it's the piece that joins the call, records it, and hands back a transcript — so if you're building anything in that space, this program is usually the first pricing question worth answering. Below is what the form actually asks, what the discount covers, and where I'd slow down before applying.

What you'll need

You need a company email address and a personal LinkedIn URL — the form rejects generic or personal email domains for the "company email" field, so a Gmail address alone won't get you through. You'll also need your company website, and you'll be asked to self-report your funding stage (Bootstrapped through Growth Stage), product stage (idea through launched), and team size in bands from 1–10 up to 250+. None of that is verified with documents at the application stage, but Recall.ai's team reviews the submission before approving it, so answers that don't match a Bootstrapped or Pre-Seed startup profile are the likely reason for a rejection. No credit card is required to apply, though you'll need one later to actually start recording once your account is approved.

Step-by-step: Applying to the Startup Program by Recall.ai

1. Confirm you're early-stage

The program is scoped to "early-stage startups" — Recall.ai doesn't publish a hard revenue or funding cutoff, but the form's own dropdown tops out realistically at Seed/Series A for a program like this. If your company is already Series B or Growth Stage, apply anyway and expect the team to route you toward the custom-priced Launch or Enterprise tiers instead.

2. Open the application form

Recall.ai links the form directly from its pricing page. When I opened it, it was a standard Google Form with 12 fields — no separate account creation needed just to apply.

3. Fill in your identity and company details

First name, last name, company email, personal LinkedIn URL, company name, and company website are all required fields. This is the part worth double-checking before you submit, since a mismatched LinkedIn or a free-email address is an easy reason to get bounced back.

4. Answer the stage and use-case questions

Three required dropdowns cover company stage, product stage, and team size. Three open-text fields follow: what you're building on Recall, whether you've evaluated other vendors, and anything else you want to add. In my testing, the "what are you building" field is the one that seems to matter most for approval — a specific answer (e.g., "an AI sales-call coach that pulls transcripts via Recall's bot API") reads very differently than a vague one.

5. Submit and wait for review

Recall.ai states it reviews applications within 24 hours on business days. There's no live chat confirmation — you'll hear back by email.

6. Start building against the discounted rate

Once approved, usage on your account bills at $0.25/hour instead of $0.50/hour, up to 10,000 hours, prorated to the second. Transcription is a separate $0.15/hour add-on if you turn it on, and recordings store free for 7 days before a $0.05/hour charge kicks in for 30-day retention.

Example requests you can copy

Recall.ai's core action is creating a "bot" that joins a meeting URL and starts recording. A minimal request to the bot endpoint looks like this:

curl -X POST https://api.recall.ai/api/v1/bot/ \ -H "Authorization: Token YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "meeting_url": "https://zoom.us/j/123?pwd=456", "bot_name": "Meeting Notetaker", "join_at": "2026-08-20T15:00:00Z" }'

meeting_url is the only required field; bot_name and join_at are optional but worth setting so bots don't join with a default name or too early. Two questions worth sending in the "anything else" field on the application itself: ask whether your expected monthly hour volume fits comfortably inside the 10,000-hour allotment, and ask what happens to your rate once you cross it — Recall.ai doesn't publish that transition on the pricing page, so it's a fair thing to get in writing before you build a budget around $0.25/hour.

Common mistakes to avoid

The mistake I'd flag first: assuming the discounted rate lasts indefinitely. It's 10,000 hours, not a fixed monthly allowance, and a team recording a few hundred hours a month will burn through it faster than "early-stage" pricing might suggest. Second, using a personal or free email address on the form — the company-email field is a real filter, not a formality. Third, skipping the transcription and storage line items when estimating cost: at $0.25/hour for recording plus $0.15/hour for transcription, a fully-featured bot call runs closer to $0.40/hour than the headline $0.25 rate. Fourth, writing a generic answer to "what are you building on Recall" — reviewers are reading that field to decide whether you're a fit, and a one-line answer gives them nothing to approve against. Fifth, forgetting that Recall.ai's own free tier (5 free hours on Pay As You Go) exists separately from this program — if you just need to prototype for a day, you may not need to apply for the startup rate at all.

Startup Program vs. standard pricing

Pay As You Go Startup Program Launch / Enterprise
Rate $0.50/hour $0.25/hour (first 10,000 hrs) Custom
Free hours 5 hours on signup N/A (apply after signup) N/A
Eligibility Anyone Early-stage startups, by application Companies needing volume/support commitments
Application None 12-field form, ~24-hr review Sales call
Best for Prototyping, low volume Early startups scaling past a prototype High-volume or compliance-sensitive teams

Figures above come straight from Recall.ai's pricing page as of August 2026; check it directly before budgeting, since usage-based API pricing changes without much notice.

Tools that make this easier

If you're deciding whether to build meeting-bot infrastructure yourself or lean on an API like Recall.ai, my best AI tool for code guide covers the coding assistants worth using while you integrate it, and ChatGPT alternatives for coding is useful if you're comparing model options for the AI layer you're building on top of the raw transcript data. For the business side, best AI tool for small business looks at broader tooling once you're past the infrastructure decision. If you want a second data point on how a young, sales-gated AI infra company prices and onboards, my Leaping AI review covers a similar demo-first voice-AI vendor for comparison. And before committing budget to any one API, AI tool reviews and AI tool ratings are good places to sanity-check a vendor against alternatives before you build against it.

My take

Recall.ai's Startup Program is a straightforward 50%-off deal, not a free tier or a credits grant, and it's worth applying for specifically because the form costs you nothing but ten minutes. What I can't verify from the outside is how strictly "early-stage" gets enforced — the form asks the right questions to screen for it, but there's no published revenue or funding ceiling, so approval odds for a well-funded Series A team are genuinely unclear. Recall.ai backs this pricing with real scale: it's raised $51 million total, including a $38 million Series B in September 2025 led by Bessemer Venture Partners, and serves more than 1,500 customers including HubSpot and Datadog, per SiliconANGLE’s reporting on the raise and Recall.ai's own Y Combinator company profile. That's a reasonable signal the API itself is stable infrastructure, not a fly-by-night vendor. I'd apply if you're genuinely pre-seed or seed and building meeting intelligence, and I'd budget for the $0.15/hour transcription add-on from day one rather than being surprised by it later.

Frequently Asked Questions

Is the Startup Program by Recall.ai free?

No. It's a discounted rate, $0.25/hour instead of $0.50/hour, not a free tier. Recall.ai does offer 5 free hours to any new signup on Pay As You Go, separate from this program.

How long does it take to apply to the Startup Program by Recall.ai?

The form itself takes about ten minutes to fill out. Recall.ai says it reviews applications within 24 hours on business days, so weekend submissions may wait until Monday.

What is the easiest way to qualify?

Use a company email address, fill in a specific answer for what you're building on Recall, and make sure your self-reported company stage (Bootstrapped through Series A) matches what "early-stage" implies. Vague answers or a mismatched funding stage are the most likely reasons to get bounced to standard pricing.

Does the discount apply to transcription and storage too?

No. The $0.25/hour rate covers recording only. Transcription is a separate $0.15/hour add-on, and storage beyond the free 7-day window costs $0.05/hour for 30-day retention, per Recall.ai's pricing page.

What happens after I use all 10,000 discounted hours?

Recall.ai's pricing page doesn't publish what rate applies after the 10,000-hour allotment runs out. Ask directly during your application or once you're approved, since it's not something you want to discover mid-billing-cycle.