Beta open

Transform your files into structured data with ease !

Our API extracts and structures your data according to your needs, ready to be instantly integrated into your applications.

Powerful features

Everything you need to customize and automate your processing procedures quickly

Import

Many document types are supported: PDF, Word, Excel, Text, Image or others

Customization

Customize the rules present in your YAML template to extract data according to your needs.

Privacy

No data from your documents is stored. We respect GDPR compliance and data protection.

Simple Integration

RESTful API with available SDKs. Integrate in just a few lines of code in your application.

How it works

Simple integration, powerful results. Just four steps to transform your data processing.

1

Create your rules

Simply create your extraction rules in a YAML file to extract data according to your needs.

2

Upload your file

Send any PDF or TXT file to our API endpoint via a simple POST request, along with your rules file.

3

Data processing

Our system analyzes your file and automatically extracts the information you need, following your rules.

4

Get extracted data

Get your data in JSON format, perfectly aligned with your YAML template.

Example

// 1 & 2. Upload file and template

const formData = new FormData();

formData.append('file', fileInput.files[0]);

// 2. Content of the rules file

schemas:

  data:

    type: object

    properties:

      name:

        type: string

        description: name of the user

      email:

        type: string

        description: email of the user

formData.append('template', fileTemplate));

// 3 & 4. Submit and get result

const response = await fetch(

  'https://api.parsemyfile.com/api/v1/generate',

  {

    method: 'POST',

    body: formData,

    headers: {

      'X-API-KEY': 'YOUR_API_KEY'

    }

  }

);

const result = await response.json();

// Result

{

  "success": true,

  "data":

  {

    "name": "John Smith",

    "email": "john@example.com"

  }

}

Pricing

Choose the plan that fits your needs.

Free

For users who want to test our service.

0€/ month
  • 10 pages/month
  • Max 500Ko per document
  • Custom rules
  • PDF, TXT formats
Most popular

Starter

Perfect for getting started or small projects.

19€/ month
  • 2000 pages/month
  • Max 1MB per document
  • Custom rules
  • PDF, TXT formats
  • Standard support access

Professional

For growing applications.

99€/ month
  • 12000 pages/month
  • Max 2MB per document
  • Custom rules
  • PDF, TXT, Images, Word, Excel, Text formats
  • Priority support access

Business

Custom solution for enterprises.

On quote
  • Personalized size pages
  • Personalized size
  • Custom rules
  • All supported formats
  • Personalized support
  • Dedicated server
  • And much more!

Frequently asked questions

Can I change my plan at any time?

Yes, you can change your plan at any time. Changes take effect immediately.

What happens if I exceed my limit?

You can either upgrade your plan to a higher offer or contact us to set up a custom plan.

Ready to revolutionize your business processes?

Join us now to save time and boost your productivity!