Skip to main content

Base URL

All API requests should be made to:

Overview

Parsefy is an API that turns financial PDFs (invoices, receipts, bills) into structured JSON with validation and risk signals.

Endpoints

Request Format

All document extraction requests use multipart/form-data encoding:

Parameters

Response Format

All successful responses include field-level confidence and evidence:

Response Fields

object
object
required
The extracted data matching your schema structure.
metadata
object
required
Processing information for the request.
verification
object
Math verification results (only present if enable_verification was true).

Content Types

Request

  • Content-Type: multipart/form-data

Response

  • Content-Type: application/json

Supported File Types

SDKs

We provide official SDKs for popular languages:

Python

Use Pydantic models for type-safe extraction

Node.js

Use Zod schemas with full TypeScript support

Authentication

API key setup and usage

Rate Limits

Request and credit limits

Errors

Error codes and handling