---
title: "BlitzReels Pricing"
canonical: "https://blitzreels.com/pricing"
---

# BlitzReels Pricing

> AI video repurposing for busy expert entrepreneurs turning existing recordings into branded short clips. All pricing applies per workspace.

Launch pricing is available for early customers and stays locked while the subscription remains active. New users get a 7-day card-required trial with one video import (720p, 15 minutes) and three 720p watermarked exports (3 minutes each). The selected paid plan starts automatically after 7 days unless canceled. Annual billing saves 25%. Switch or cancel anytime. 30-day money-back guarantee on paid plans.

## Plans

| Plan | Monthly | Annual (billed yearly) | Exports | AI Credits | Projects | Storage |
| ---- | ------- | ---------------------- | ------- | ---------- | -------- | ------- |
| Starter | $39 | $29/mo ($348/yr) | 30/mo | 15/mo | 10 | 25 GB |
| Growth (most popular) | $79 | $59/mo ($708/yr) | 150/mo | 75/mo | 100 | 500 GB |
| Agency | $199 | $149/mo ($1,788/yr) | Unlimited | 250/mo | Unlimited | 2 TB |

(most popular) marks the recommended plan. Crossed-out prices are standard prices; visible prices are launch prices.

## Starter plan

**Best for:** You're a solo creator getting started with clips.

- Monthly price: $39
- Annual total: $348 per year
- Annual monthly equivalent: $29 per month
- Exports: 30 exports per month
- AI credits: 15 per month
- Projects: 10 projects
- Series: Not included
- Storage: 25 GB
- Team seats: 1
- Concurrent exports: 1
- Export watermark: No

Features:
- 15 AI credits/month
- 30 exports/month
- Up to 4K, no watermark
- Captions, reframe, and cleanup
- Make AI images and videos
- 10 projects
- 25 GB storage

## Growth plan

**Best for:** You record useful long-form content and need distribution.

- Monthly price: $79
- Annual total: $708 per year
- Annual monthly equivalent: $59 per month
- Exports: 150 exports per month
- AI credits: 75 per month
- Projects: 100 projects
- Series: Included; no separate Series cap
- Storage: 500 GB
- Team seats: 3
- Concurrent exports: 3
- Export watermark: No

Features:
- Everything in Starter, plus:
- Series with reusable branding and Story Kits
- 75 AI credits/month
- 150 exports/month
- 100 projects
- 500 GB storage
- 3 team members

## Agency plan

**Best for:** You make clips for clients or a small team.

- Monthly price: $199
- Annual total: $1,788 per year
- Annual monthly equivalent: $149 per month
- Exports: Unlimited exports per month
- AI credits: 250 per month
- Projects: Unlimited projects
- Series: Included; no separate Series cap
- Storage: 2 TB
- Team seats: 10
- Concurrent exports: 5
- Export watermark: No

Features:
- Everything in Growth, plus:
- 250 AI credits/month
- Unlimited projects
- Unlimited exports
- 2000 GB storage
- 10 team members
- 5 concurrent exports

## Feature highlights

- **Starter**: Turn long recordings into clips with 30 exports/month, captions, reframe and cleanup, up to 4K output, and no watermark.
- **Growth**: Organize shows in Series with reusable branding and Story Kits. Increase volume to 150 exports/month, 75 AI credits, 100 projects, 3 seats, and 500 GB storage.
- **Agency**: Client and team volume with unlimited exports and projects, 250 AI credits, 10 seats, 2 TB storage, and 5 concurrent exports.

## Feature breakdown by plan

| Plan | Included feature or limit |
| ---- | ------------------------- |
| Starter | 15 AI credits/month |
| Starter | 30 exports/month |
| Starter | Up to 4K, no watermark |
| Starter | Captions, reframe, and cleanup |
| Starter | Make AI images and videos |
| Starter | 10 projects |
| Starter | 25 GB storage |
| Growth | Everything in Starter, plus: |
| Growth | Series with reusable branding and Story Kits |
| Growth | 75 AI credits/month |
| Growth | 150 exports/month |
| Growth | 100 projects |
| Growth | 500 GB storage |
| Growth | 3 team members |
| Agency | Everything in Growth, plus: |
| Agency | 250 AI credits/month |
| Agency | Unlimited projects |
| Agency | Unlimited exports |
| Agency | 2000 GB storage |
| Agency | 10 team members |
| Agency | 5 concurrent exports |

## Machine-readable plan records

The following JSON is generated from the same plan catalog and limit constants used by checkout and the pricing interface. A limit of -1 means unlimited.

```json
[
  {
    "id": "starter",
    "name": "Starter",
    "description": "Clip your long videos, on a budget.",
    "bestFor": "You're a solo creator getting started with clips.",
    "monthlyPriceUsd": 39,
    "annualMonthlyEquivalentUsd": 29,
    "annualTotalUsd": 348,
    "limits": {
      "series": 0,
      "exportsPerMonth": 30,
      "aiCreditsPerMonth": 15,
      "projects": 10,
      "storageGb": 25,
      "teamSeats": 1,
      "concurrentExports": 1,
      "watermark": false
    },
    "features": [
      "15 AI credits/month",
      "30 exports/month",
      "Up to 4K, no watermark",
      "Captions, reframe, and cleanup",
      "Make AI images and videos",
      "10 projects",
      "25 GB storage"
    ]
  },
  {
    "id": "lite",
    "name": "Growth",
    "description": "Turn long recordings into branded clips.",
    "bestFor": "You record useful long-form content and need distribution.",
    "monthlyPriceUsd": 79,
    "annualMonthlyEquivalentUsd": 59,
    "annualTotalUsd": 708,
    "limits": {
      "series": -1,
      "exportsPerMonth": 150,
      "aiCreditsPerMonth": 75,
      "projects": 100,
      "storageGb": 500,
      "teamSeats": 3,
      "concurrentExports": 3,
      "watermark": false
    },
    "features": [
      "Everything in Starter, plus:",
      "Series with reusable branding and Story Kits",
      "75 AI credits/month",
      "150 exports/month",
      "100 projects",
      "500 GB storage",
      "3 team members"
    ]
  },
  {
    "id": "agency",
    "name": "Agency",
    "description": "Client work and team volume.",
    "bestFor": "You make clips for clients or a small team.",
    "monthlyPriceUsd": 199,
    "annualMonthlyEquivalentUsd": 149,
    "annualTotalUsd": 1788,
    "limits": {
      "series": -1,
      "exportsPerMonth": -1,
      "aiCreditsPerMonth": 250,
      "projects": -1,
      "storageGb": 2000,
      "teamSeats": 10,
      "concurrentExports": 5,
      "watermark": false
    },
    "features": [
      "Everything in Growth, plus:",
      "250 AI credits/month",
      "Unlimited projects",
      "Unlimited exports",
      "2000 GB storage",
      "10 team members",
      "5 concurrent exports"
    ]
  }
]
```

## Included on every plan

- Auto-captions (50+ styles)
- Smart crop (auto-reframe)
- Pause cleanup
- Voice isolation
- B-roll library & search
- Fast support (under 12h)

## Series

Growth and Agency include Series; Starter does not. There is no separate Series cap or fee. All Series share the workspace’s existing AI credit, storage, project, and export limits. A podcast recording is the episode; its clips are Projects linked to that recording. A generated faceless episode is a Project.

## Team & concurrency

| Plan | Team seats | Concurrent exports |
| ---- | ---------- | ------------------ |
| Starter | 1 | 1 |
| Growth | 3 | 3 |
| Agency | 10 | 5 |

## Billing

- Monthly or annual. Annual = 25% off, billed upfront.
- Switch plans anytime, prorated to next cycle.
- Cancel anytime; keep access until end of billing period.
- 30-day money-back guarantee on all paid plans.
- Payment processor: Stripe. Cards + common wallets supported.

## AI Credits

1 credit is roughly $1 of AI operations. Credits reset monthly; unused credits do not roll over. Exports, transcription, AI B-roll, image and voice generation all draw from the same credit pool.

| Operation | Credits | Unit |
| --------- | ------- | ---- |
| Video export | 0.15 | per minute |
| Transcription | Free | per minute |
| AI short suggestions | 0.05 | per minute |
| Image generation | 0.18 | per image |
| Voice generation | 0.05 | per 1K characters |
| Background removal | 0.06 | per image |
| Image upscale (4K) | 0.6 | per image |
| Video enhancement (1080p Standard) | 0.022 | per second at 1080p |
| Faceless story | 0.5 | per scene |
| Image-to-video | 0.14 | per second |
| Video generation | 0.2 | per second |
| Prompt enhancement | 0.003 | per call |

Agent execution is billed per model (input + output tokens, roughly at-cost). Popular models include Claude Opus/Sonnet/Haiku 4.5, GPT-5.4 Mini, Gemini 3 Pro/Flash.

### Credit top-ups (permanent, never expire)

| Pack | Price | Credits | Effective rate |
| ---- | ----- | ------- | -------------- |
| Starter | $10 | 10 | $1.00 |
| Popular | $25 | 30 (+20% bonus) | $0.83 |
| Pro | $50 | 65 (+30% bonus) | $0.77 |
| Best Value | $100 | 150 (+50% bonus) | $0.67 |

## API access

API access follows the same feature and usage limits as the app. Series operations require Growth or above.

- OpenAPI spec: https://blitzreels.com/api/openapi.json
- Base URL: https://blitzreels.com/api/v1
- Docs: https://blitzreels.com/docs
- Machine-readable site index: https://blitzreels.com/llms.txt

## Get started

- Start a 7-day card-required trial: https://blitzreels.com/pricing
- HTML pricing page: https://blitzreels.com/pricing
- Contact sales: https://blitzreels.com/contact

---

This document is the canonical machine-readable pricing for BlitzReels. It is also served from /pricing via content negotiation (`Accept: text/markdown`).
