Pay for what you use
Two clean line items: a flat per-interview cost when a candidate completes their session, and a small per-call fee for the REST API. Built for HR teams that want predictable cost-per-hire.
Per interview
Charged when the candidate finishes the simulation. Includes the full panel of three AI interviewers, real-time consultation between them, structured per-skill scoring, the panel feedback report, and the candidate transcript — all delivered to your account or pushed via webhook.
Other durations
| 10 minutes | €0.667 |
| 15 minutes | €1.00 |
| 20 minutes | €1.33 |
| 30 minutes | €2.00 |
| 45 minutesmost common | €3.00 |
| 60 minutes | €4.00 |
Pricing scales linearly with interview length.
API requests
Per-call fees, billed in addition to interview cost
Each REST endpoint has a flat per-request price set roughly at twice our real infrastructure cost — enough to cover serverless execution, database I/O, email send (where applicable), and outbound bandwidth, with a small margin built in.
| Endpoint | What it does | Price per request |
|---|---|---|
POST/v1/invitations | Create a new invitation and send the email to the candidate. | €0.01 |
GET/v1/invitations/{id} | Look up an invitation's current status (pending / started / completed / expired). | €0.001 |
GET/v1/invitations/{id}/result | Fetch the full result: overall score, behavioral skill breakdown, transcript, panel notes. | €0.002 |
GET/v1/invitations | Paginated list of all invitations on your account, with status filters. | €0.001 |
WEBHOOKevent delivery | Outbound webhook delivery (interview.completed, invitation.expired, etc.). | €0.001 |
A typical month
Concrete numbers for a mid-sized HR team running 100 interview invitations in a calendar month.
| 100 invitations sent (POST /v1/invitations) | €1.00 |
| 80 candidates completed the interview (€3 each) | €240.00 |
| 80 result fetches (GET …/result) | €0.16 |
| 80 completion webhooks delivered | €0.08 |
| 300 status checks during the month (GET single) | €0.3 |
| Total | €241.54 |
Most of the cost is the interviews themselves. The API fees stay well under 1 % of the bill at this volume.
Notes
- All prices in EUR, exclusive of VAT. VAT is added at checkout based on your billing country.
- Candidate-side traffic (the link they click, the audio they stream) is included — there are no per-candidate costs beyond the interview itself.
Need volume pricing or a private deployment?
Above ~500 interviews per month we offer flat-rate contracts and SLAs. Single-tenant deployments and on-prem options are available for regulated industries.
Request a quote