Skip to main content
Developer API

Build with Usage-Based API Plans

Compare usage-based API plans for file conversion, compression, status checks, result downloads, and webhook-ready workflows.

Save up to 40% with yearly billing

Basic

For developers getting started

$3$2/month
Save 33%
Billed annually at $24 per year
5/min
500/mo
50/day
10 MB
Get Started
  • 5 requests/minute
  • 50 daily conversions
  • 500 monthly conversions
  • 10 MB max file size
  • Email support
  • Standard processing
  • All conversion types
  • Works with AI assistants (MCP)

Growth

For growing applications

$19$12/month
Save 37%
Billed annually at $144 per year
20/min
5,000/mo
300/day
50 MB
Choose Growth
  • 20 requests/minute
  • 300 daily conversions
  • 5,000 monthly conversions
  • 50 MB max file size
  • Priority email support
  • Fast processing
  • Webhook notifications
  • Usage analytics
  • Works with AI assistants (MCP)
Most Popular

Scale

For production workloads

$49$29/month
Save 41%
Billed annually at $348 per year
60/min
30,000/mo
1500/day
100 MB
Choose Scale
  • 60 requests/minute
  • 1,500 daily conversions
  • 30,000 monthly conversions
  • 100 MB max file size
  • 24/7 priority support
  • Fastest processing
  • Webhook notifications
  • Advanced analytics
  • Custom rate limits
  • Dedicated endpoint
  • Works with AI assistants (MCP)
Best Value

High Volume

For large recurring workloads

$149$99/month
Save 34%
Billed annually at $1,188 per year
200/min
300,000/mo
10000/day
500 MB
Choose High Volume
  • 200 requests/minute
  • 10,000 daily conversions
  • 300,000 monthly conversions
  • 500 MB max file size
  • Implementation support
  • Priority queue processing
  • Webhook setup review
  • Usage analytics dashboard
  • Custom rate-limit review
  • Production rollout support
  • Billing and usage review
  • Support expectations agreed before rollout
  • Works with AI assistants (MCP)
NEW · MCP

Use it from AI assistants

Every API plan works with Claude Desktop, Claude Code, Cursor, and any MCP client — just ask your assistant to "convert this file". Zero-code, powered by the Model Context Protocol.

Set up MCP

Where teams use the file conversion API

Use the API when conversion or compression belongs inside your product workflow.

SaaS Integrations

Embed file conversion directly into upload, export, and customer file workflows.

Automated Workflows

Automate document processing, media transcoding, and batch conversions.

Content Pipelines

Process uploaded files for CMS, DAM, and content management systems.

Developer Tools

Build CLI tools, scripts, and internal automation around documented conversion jobs.

Simple Integration

Get started with just a few lines of code

convert.js
// Convert image to WebP
const formData = new FormData();
formData.append('file', fileInput.files[0]);
formData.append('input_format', 'png');
formData.append('output_format', 'webp');

const response = await fetch('https://freefastconverter.com/api/external/v1/convert/image', {
  method: 'POST',
  headers: {
    'X-API-Key': 'ffc_live_your_api_key_here'
  },
  body: formData
});

const result = await response.json();
console.log(result.job_id, result.status_url);

Billing and plan notes

Review quotas, annual billing, and refund terms before choosing a production plan.

Plan limits shown before checkout Annual price shown upfront Card checkout supported

Compare API Plans

Choose the right plan for your integration needs

FeaturesBasicGrowthScaleHigh Volume
Requests per Minute52060200
Daily Quota503001,50010,000
Monthly Quota5005,00030,000300,000
Max File Size10 MB50 MB100 MB500 MB
Processing SpeedStandardFastFastestPriority
All Conversion Types
AI assistants (MCP)
Webhook Notifications
Usage Analytics
Priority Support
Custom Rate Limits
Dedicated Endpoint Review
Production Rollout Review
Support Expectations Review
Enterprise API

Need Higher Volume?

Before a large rollout, contact support to review request rate, file-size needs, webhook behavior, quota planning, and expected support coverage.

Custom limit review Webhook planning Billing review

API access and file handling

API requests use HTTPS/TLS and API key authentication. Files are handled for the conversion or compression job you request, with result links and retention behavior governed by the configured processing window.

  • HTTPS/TLS API requests
  • API key authentication
  • Visible job status and result URLs
  • Webhook event review before production rollout

Webhook Integration

Completion and failure events

Configure webhook endpoints in your dashboard so your app can react when jobs complete or fail. Test events before you depend on them in a customer-facing workflow.

  • Job completion events
  • Error notifications
  • Signature verification

API Pricing FAQ

Common questions about our API pricing and integration

Ready to Build?

Start building with our API today. Plans start at just $3/month.