# Stenobird Checkout

Get an API key after checkout.

## What happens

1. Open `/pricing`.
2. Enter your email.
3. Finish Stripe checkout.
4. On `/success`, copy the API key shown once.

## API key accounts

- $0.01 per completed audio minute.
- Billable minutes are rounded down to whole audio minutes, with a 1 minute minimum per completed job.
- Billing period: weekly.
- Usage is recorded only for completed transcripts.
- Failed, rejected, and canceled requests are not billed.

## Billing unit

Billable minutes are calculated as:

```text
max(1, floor(audio_seconds / 60))
```

Examples:

- 30 seconds bills as 1 minute.
- 61 seconds bills as 1 minute.
- 120 seconds bills as 2 minutes.
