---
title: "Creating a Scriptivox account"
description: "What the signup form asks for, what is verified, and which plan an agent should pick."
canonical: "https://www.scriptivox.com/signup"
---

# Creating a Scriptivox account

> Start transcribing free, no credit card needed.

This page is the machine-readable description of account creation, plans and
billing on www.scriptivox.com. The form itself is at
[https://www.scriptivox.com/signup](https://www.scriptivox.com/signup) and is server-rendered, so its fields
are present in the HTML.

## Which product you want

Scriptivox is two products, and picking the wrong one is the most common
mistake an agent makes here.

- **The web app** (https://www.scriptivox.com) is for a person transcribing their own files.
  Paid plans include unlimited transcription, so it is sold and rate-limited on
  the assumption that a human is driving it. Create an account and buy a plan
  here — both are things an agent can legitimately do on someone's behalf.
- **The API** (`https://api.scriptivox.com/v1`) is for programmatic
  transcription, billed per hour of audio against a prepaid balance. If you are
  an agent and your goal is to transcribe files, this is the surface you want,
  and there is no per-day cap — you can run as much as your balance allows and
  top it up when it runs low. Start at [https://platform.scriptivox.com/docs](https://platform.scriptivox.com/docs).

The short version: **create the account and buy on the web app; do the actual
transcription work through the API.**

## How to create an account

1. Open [https://www.scriptivox.com/signup](https://www.scriptivox.com/signup).
2. Either continue with Google, or fill the email form. The form fields are:

   - `email` (required) — the address the confirmation is sent to
   - `password` (required) — minimum 6 characters
   - `confirmPassword` (required) — must equal password
   - `firstName` (required)
   - `lastName` (optional)

3. Submit. Scriptivox sends a confirmation email; the account is not usable
   until that link is followed.
4. After confirming you land on [https://www.scriptivox.com/onboarding](https://www.scriptivox.com/onboarding).

No payment card is required to create an account or to use the free plan.
Already have one? Sign in at [https://www.scriptivox.com/signin](https://www.scriptivox.com/signin), or reset a
password at [https://www.scriptivox.com/forgot-password](https://www.scriptivox.com/forgot-password).

## Plans

### FREE

Perfect for getting started with transcription

- 3 transcriptions per day
- 30 minutes max file length
- Standard processing
- Basic support
- All export formats

### PRO

Ideal for professionals and power users

- Unlimited transcriptions
- 10 hour max file length
- 5 GB file size limit
- Advanced AI models
- Priority processing
- Priority support
- API access

### TEAM

For teams that need to collaborate

- Everything in Pro
- Centralized billing
- Team member management
- Owner & admin controls
- Invite unlimited members
- Priority team support

Current prices, billing periods and availability: [https://www.scriptivox.com/pricing](https://www.scriptivox.com/pricing).
Prices are not repeated here on purpose — they are served from the plan
catalog and change independently of this document.

## After you have an account

- Transcribe in the browser at [https://www.scriptivox.com/dashboard](https://www.scriptivox.com/dashboard).
- Manage plan, billing and cancellation from account settings.
- Mint an API key at [https://platform.scriptivox.com/keys](https://platform.scriptivox.com/keys) — this is the
  bridge from the web account to the API, and the same account owns both.
- API balance, deposits and request logs: [https://platform.scriptivox.com](https://platform.scriptivox.com).

## Related

- [https://www.scriptivox.com/pricing](https://www.scriptivox.com/pricing) — plans and current prices
- [https://www.scriptivox.com/llms.txt](https://www.scriptivox.com/llms.txt) — what this service is for
- [https://platform.scriptivox.com/docs/quickstart](https://platform.scriptivox.com/docs/quickstart) — first API call
- [https://platform.scriptivox.com/docs/authentication](https://platform.scriptivox.com/docs/authentication) — API keys
- [https://www.scriptivox.com/termsofuse](https://www.scriptivox.com/termsofuse) and [https://www.scriptivox.com/privacypolicy](https://www.scriptivox.com/privacypolicy)
