Online

Turn your PDFs and images into structured JSON, without writing a parser.

A single API request to extract data from any file. Integrate your invoices, contracts and forms directly into your database or business tools.

No credit card required
10 free pages/month
// Simple API call
const response = await fetch(
'https://api.parsemyfile.com/api/v1/generate',
{
method: 'POST',
headers: {
'X-API-KEY': 'your-api-key'
},
body: formData
}
);
// Get structured data
const data = await response.json();

Everything you need for data extraction from your documents

Designed for developers, approved by businesses. Our data extraction API (PDF, images, ...) handles the complexity so you can focus on development.

Automate data extraction

Automatically transform your PDFs, images and documents into structured data, without manual entry.

Adapt data extraction to your use cases

Define the fields to extract and processing rules according to your specific needs.

Ensure data security and compliance

Your documents are processed securely, in compliance with standards and GDPR. No data from your documents is stored, the entire processing is done in memory and on servers hosted in France or Europe.

Connect the API easily to your existing tools

Integrate data extraction into your workflows or no-code solutions quickly.

How It Works

Four simple steps to extract data (PDF, images, ...) into structured data

01

Configure your extraction rules

Define the fields to extract and processing rules according to your specific needs.

02

Upload your file

Send your file (PDF, image, ...) via our API endpoint using a simple POST request. Support for files up to 100MB.

03

Automatic processing

Our AI-powered engine automatically detects the file type and extracts structured data from your documents with high accuracy.

04

Receive clean data

Get structured JSON data extracted from your documents, ready to be used in your application. No manual parsing required.

Quick Integration

Get started with just a few lines of code in your favorite language

JavaScript
const formData = new FormData();
formData.append('file', fileInput.files[0]);
formData.append('yaml_file', yamlFileInput.files[0]);

const response = await fetch('https://api.parsemyfile.com/api/v1/generate', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY'
  },
  body: formData
});

const result = await response.json();
console.log(result.data);
i

Need help getting started?

Check out our comprehensive documentation with more examples and detailed guides. Documentation

Personalized Extraction Rules

Customize exactly what data you want to extract from your files

Configure Rules

Example rules

Generated YAML Configuration

schemas:
  data:
    type: object
    properties:
      client_name:
        type: string
        description: nom du client
      invoice_number:
        type: string
        description: numéro de facture
      invoice_date:
        type: date
        description: date de la facture (format YYYY-MM-DD)

Simple, Transparent Pricing

Choose the perfect plan for your needs. All plans include a 14-day free trial.

Free

Perfect for testing and small projects

0/month
  • 10 parses per month
  • Up to 500Ko file size
  • PDF, TXT formats
  • Custom rules
  • API access
MOST POPULAR

Starter

Perfect for getting started or small projects

19/month
  • 2000 parses per month
  • Up to 1MB file size
  • PDF, TXT formats
  • Custom rules
  • API access
  • Standard support access

Pro

For growing teams and businesses

99/month
  • 12,000 parses per month
  • Up to 2MB file size
  • All file formats
  • Custom rules
  • API access
  • Priority support access

Enterprise

For large-scale operations and businesses

Custom
  • Personalized number of parses
  • Personalized file size
  • All supported file formats
  • Custom rules
  • Dedicated server
  • High priority support access
  • And more!
Contact us

All plans include access to our comprehensive API documentation and community support.

Frequently Asked Questions

Find answers to the most common questions about our pricing

Ready to revolutionize your business processes?

Join us now to save time and boost your productivity!

No credit card required
10 free pages/month
Cancel anytime