Invoice Parsing API | SharpAPI             [ SharpAPI ![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png) ](/)  Open main menu

  API Catalog

 [ E-commerce  ](/en/catalog/ai/e-commerce)APIs to streamline every aspect of e-commerce, from product details to customer engagement.

 [ Content &amp; Marketing Automation  ](/en/catalog/ai/content-marketing-automation)Automation tools for efficient content creation, audience engagement, moderation and marketing workflows.

 [ HR Tech  ](/en/catalog/ai/hr-tech)APIs designed to simplify recruitment, resume parsing, skill-matching, and candidate evaluation.

 [ Travel, Tourism &amp; Hospitality  ](/en/catalog/ai/travel-tourism-hospitality)Tools to enhance travel and hospitality services, from customer insights to product organization.

 [ SEO  ](/en/catalog/ai/seo)Solutions to automate your SEO essentials, including tags and metadata management.

 [ Accounting &amp; Finance  ](/en/catalog/ai/accounting-finance)AI endpoints for invoice processing, receipt parsing, and financial document analysis.

 [ Utility APIs  ](/en/catalog/utility)Robust databases and tools for enhancing applications with Travel &amp; HR industry-specific data.

 [ Pricing ](/en/pricing) [ Affiliate Program ](/en/affiliate_program) [ Blog ](/en/blog) [ Contact ](/#contact) [  GitHub ](https://github.com/sharpapi/ "GitHub")    English    [ Deutsch ](https://sharpapi.com/de/catalog/ai/accounting-finance/invoice-parser) [ English ](https://sharpapi.com/en/catalog/ai/accounting-finance/invoice-parser) [ español ](https://sharpapi.com/es/catalog/ai/accounting-finance/invoice-parser) [ français ](https://sharpapi.com/fr/catalog/ai/accounting-finance/invoice-parser) [ العربية ](https://sharpapi.com/ar/catalog/ai/accounting-finance/invoice-parser) [ 简体中文 ](https://sharpapi.com/zh/catalog/ai/accounting-finance/invoice-parser)

 [ Log in ](/dashboard) [ Sign up → ](/register)

 [ SharpAPI ![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png) ](/en)  Close menu

  API Catalog    [ E-commerce ](/en/catalog/ai/e-commerce) [ Content &amp; Marketing Automation ](/en/catalog/ai/content-marketing-automation) [ HR Tech ](/en/catalog/ai/hr-tech) [ Travel, Tourism &amp; Hospitality ](/en/catalog/ai/travel-tourism-hospitality) [ SEO ](/en/catalog/ai/seo) [ Accounting &amp; Finance ](/en/catalog/ai/accounting-finance) [ Utility APIs ](/en/catalog/utility)

 [ Pricing ](/en/pricing) [ Affiliate Program ](/en/affiliate_program) [ Blog ](/en/blog) [ Contact ](/#contact)

    English    [ Deutsch ](https://sharpapi.com/de/catalog/ai/accounting-finance/invoice-parser) [ English ](https://sharpapi.com/en/catalog/ai/accounting-finance/invoice-parser) [ español ](https://sharpapi.com/es/catalog/ai/accounting-finance/invoice-parser) [ français ](https://sharpapi.com/fr/catalog/ai/accounting-finance/invoice-parser) [ العربية ](https://sharpapi.com/ar/catalog/ai/accounting-finance/invoice-parser) [ 简体中文 ](https://sharpapi.com/zh/catalog/ai/accounting-finance/invoice-parser)

 [ Sign up ](/register)

 [ Log in ](/dashboard)

 1. [    Home ](https://sharpapi.com/en)
2. [APIs Catalog](https://sharpapi.com/en/catalog)
3. [Accounting &amp; Finance](https://sharpapi.com/en/catalog/ai/accounting-finance)
4. [Invoice Parsing](https://sharpapi.com/en/catalog/ai/accounting-finance/invoice-parser)

  [ Accounting &amp; Finance ](https://sharpapi.com/en/catalog/ai/accounting-finance)

  AI-powered API

 Invoice Parsing
=================

 Extract structured data from invoice files
--------------------------------------------

Automate your accounts payable workflow with our AI-powered Invoice Parsing API. Upload any invoice document and receive fully structured data - from vendor and buyer details to line items, tax breakdowns, and payment terms - ready for your ERP, accounting system, or custom pipeline.

Supported invoice formats - **8 file types**: **DOC, DOCX, PDF, JPG, JPEG, PNG, TIFF, TIF**

Yes - it handles **scanned invoices**, photographed receipts, and flattened PDFs where the invoice content is embedded as images rather than selectable text.

This endpoint extracts an exceptionally detailed data structure covering every aspect of an invoice: document metadata, seller and buyer information (including addresses, VAT IDs, and bank details), financial summaries with tax breakdowns, individual line items, payment terms, logistics data, e-invoice references, and more.

This API is ideal for developers building accounting platforms, expense management tools, procurement systems, or ERP integrations. It automates the extraction of invoice data that would otherwise require manual data entry, ensuring accuracy and dramatically reducing processing time. Use cases include automated accounts payable processing, invoice data validation, spend analytics, vendor management, and financial reconciliation workflows.

The file has to be uploaded as `form-data` parameter called `file`. An optional language parameter can also be provided (`English` value is set as the default one).

### AI jobs involve two key steps:

1. **Submitting the AI job:** Initiating the process by sending the job request.
2. **Monitoring and receiving results:** Continuously checking the job status and obtaining the final output upon successful completion.

---

### Related SDKs/Libraries

- PHP

     [ Invoice Parser for PHP   ](https://github.com/sharpapi/php-invoice-parser)
- Laravel

     [ Invoice Parser for Laravel   ](https://github.com/sharpapi/laravel-invoice-parser)
- Node.js

     [ Invoice Parsing for Node   ](https://github.com/sharpapi/sharpapi-node-invoice-parsing)

---

 ![Invoice Parsing](https://sharpapi.com/storage/15883/conversions/invoice-parser-full_size.jpg)      Check API Details Documentation   Check API Details Documentation

 [ ![SharpAPI SOC 2 Type II](https://sharpapi.com/build/assets/resources/images/a2zweb-soc2-Cb6pM2no.png) ](https://trust.a2zweb.co/) SharpAPI is now SOC 2 Type II compliant. You can check details at our [ Trust Center Portal. ](https://trust.a2zweb.co/)

 Your data is your data. Learn how we protect it and comply with global privacy standards in our [ Data Handling and Compliance policy ](https://sharpapi.com/data-handling-and-compliance).

Step 1. Submit the AI Job request
---------------------------------

**Endpoint:** `POST - /api/v1/finance/parse_invoice`

**REQUEST EXAMPLE:**

```
curl --location 'https://sharpapi.com/api/v1/finance/parse_invoice' \
--header 'Accept: application/json' \
-H "Authorization: Bearer YOUR_API_TOKEN" \
--form 'file=@"invoice.pdf"'

```

---

**RESPONSE EXAMPLE:**

```
{
  "status_url": "https://sharpapi.com/api/v1/finance/parse_invoice/job/status/e00ebeec-6df3-4282-b515-8c447ea5d6ab",
  "job_id": "e00ebeec-6df3-4282-b515-8c447ea5d6ab"
}

```

---

Step 2. Monitor &amp; Fetch AI Job Results
------------------------------------------

**Endpoint:** `GET - /api/v1/finance/parse_invoice/job/status/:uuid`

An endpoint is used to check on the progress of the requested API job.

**RESULT EXAMPLE:**

```
{
    "data": {
        "type": "api_job_result",
        "id": "e00ebeec-6df3-4282-b515-8c447ea5d6ab",
        "attributes": {
            "status": "success",
            "type": "invoice_parse",
            "result": [
                {
                    "source_pages": [
                        1
                    ],
                    "document": {
                        "type": "invoice",
                        "original_type_label": "Invoice",
                        "is_invoice": true,
                        "is_copy": false,
                        "copy_type": null
                    },
                    "invoice": {
                        "invoice_number": "D7BDFA00-0019",
                        "issue_date": "2025-12-07",
                        "due_date": "2025-12-07",
                        "document_date": null,
                        "order_date": null,
                        "delivery_date": null,
                        "shipping_date": null,
                        "pricing_date": null,
                        "currency": "USD",
                        "exchange_rate": null,
                        "page_info": "1 of 1",
                        "amount_in_words": "",
                        "notes": "",
                        "remarks": "",
                        "delivery_instructions": "",
                        "terms_and_conditions": [],
                        "late_payment_interest_rate": null
                    },
                    "references": {
                        "delivery_order_number": "",
                        "purchase_order_number": "",
                        "sales_order_number": "",
                        "customer_reference": "",
                        "external_document_number": "",
                        "grn_number": "",
                        "route_number": "",
                        "lorry_number": "",
                        "serial_number": "",
                        "batch_number": "",
                        "other_references": []
                    },
                    "e_invoice": {
                        "uuid": "",
                        "e_invoice_code": "",
                        "e_invoice_type": "",
                        "e_invoice_version": "",
                        "submission_id": "",
                        "submission_document_id": "",
                        "submission_long_id": "",
                        "submission_status": "",
                        "validation_datetime": null,
                        "digital_signature_present": false,
                        "validated_link": "",
                        "original_e_invoice_ref": "",
                        "qr_code_present": false
                    },
                    "seller": {
                        "name": "OpenAl, LLC",
                        "trade_name": "OpenAl",
                        "registration_number": "",
                        "tin": "",
                        "sst_id": "",
                        "gst_id": "",
                        "vat_id": "GB434338990",
                        "msic_code": "",
                        "business_activity": "",
                        "address": {
                            "street_line_1": "548 Market Street",
                            "street_line_2": "PMB 97273",
                            "city": "San Francisco",
                            "state": "California",
                            "postcode": "94104-5401",
                            "country": "US"
                        },
                        "phone": "",
                        "fax": "",
                        "email": "",
                        "website": "",
                        "bank_details": [
                            {
                                "bank_name": "",
                                "account_name": "",
                                "account_number": "",
                                "sort_code": "",
                                "swift_code": "",
                                "iban": ""
                            }
                        ],
                        "contact_person": {
                            "name": "",
                            "role": "",
                            "phone": "",
                            "email": ""
                        }
                    },
                    "buyer": {
                        "name": "A2Z WEB LTD",
                        "trade_name": "",
                        "registration_number": "",
                        "tin": "",
                        "brn": "",
                        "sst_id": "",
                        "gst_id": "",
                        "vat_id": "",
                        "customer_account_number": "",
                        "billing_address": {
                            "location_name": "",
                            "street_line_1": "Unit 10 Enterprise Court, Farfield",
                            "street_line_2": "Park",
                            "city": "Rotherham",
                            "state": "",
                            "postcode": "S63 5DB",
                            "country": "GB"
                        },
                        "delivery_address": {
                            "recipient_name": "",
                            "location_name": "",
                            "street_line_1": "Unit 10 Enterprise Court",
                            "street_line_2": "Farfield Park",
                            "city": "Rotherham",
                            "state": "",
                            "postcode": "S63 5DB",
                            "country": "GB"
                        },
                        "delivery_address_same_as_billing": false,
                        "phone": "",
                        "fax": "",
                        "email": "",
                        "attention_to": {
                            "name": "",
                            "phone": "",
                            "email": ""
                        }
                    },
                    "sales_info": {
                        "salesperson_name": "",
                        "salesperson_code": "",
                        "salesperson_phone": "",
                        "sales_agent": "",
                        "sales_location": "",
                        "sales_department": "",
                        "outlet_name": ""
                    },
                    "financials": {
                        "subtotal": 15.57,
                        "gross_amount": null,
                        "total_discount_amount": null,
                        "shipping_charge": null,
                        "delivery_fee": null,
                        "total_excl_tax": 15.57,
                        "total_tax_amount": 3.11,
                        "service_tax_amount": null,
                        "total_incl_tax": 18.68,
                        "rounding_adjustment": null,
                        "total_payable": 18.68,
                        "amount_paid": null,
                        "amount_due": 18.68,
                        "tax_details": [
                            {
                                "tax_type": "VAT",
                                "tax_rate": 20,
                                "taxable_amount": 15.57,
                                "tax_amount": 3.11
                            }
                        ]
                    },
                    "line_items": [
                        {
                            "line_number": 1,
                            "item_code": "",
                            "stock_code": "",
                            "barcode": "",
                            "description": "OpenAl API usage credit",
                            "classification_code": "",
                            "country_of_origin": "",
                            "quantity": 1,
                            "free_quantity": null,
                            "unit_of_measure": "",
                            "unit_of_measure_raw": "",
                            "pack_size": "",
                            "total_units": null,
                            "weight": null,
                            "weight_uom": "",
                            "unit_price": 15.57,
                            "discount_percent": null,
                            "discount_amount": null,
                            "subtotal": 15.57,
                            "tax_rate": 20,
                            "tax_type": "VAT",
                            "tax_amount": 3.11,
                            "total_excl_tax": 15.57,
                            "total_incl_tax": null,
                            "expiry_date": null,
                            "batch_lot_number": "",
                            "service_start_date": null,
                            "service_end_date": null
                        }
                    ],
                    "payment": {
                        "payment_terms": "",
                        "payment_terms_days": null,
                        "payment_method": "",
                        "payment_date": null,
                        "payment_reference": "",
                        "jompay_biller_code": "",
                        "jompay_ref_1": ""
                    },
                    "logistics": {
                        "shipping_method": "",
                        "vehicle_number": "",
                        "driver_name": "",
                        "delivery_zone": "",
                        "delivery_time_constraint": "",
                        "carton_count": null,
                        "total_volume": null,
                        "total_weight": null,
                        "goods_received_confirmation": false,
                        "received_by": "",
                        "receiver_signature_present": false
                    }
                }
            ]
        }
    }
}

```

- Related Keywords:
- [ Invoice ](https://sharpapi.com/en/tag/invoice)
- [ Parser ](https://sharpapi.com/en/tag/parser)
- [ AI Parsing ](https://sharpapi.com/en/tag/ai-parsing)
- [ Invoice Parsing ](https://sharpapi.com/en/tag/invoice-parsing)

###  Accelerate integration with our official [SDK client packages](https://github.com/sharpapi/):

 [ NodeJS SDK ](https://github.com/sharpapi/sharpapi-node-client) [  ](https://github.com/sharpapi/sharpapi-node-client)

 [ Python SDK ](https://github.com/sharpapi/sharpapi-python-client) [  ](https://github.com/sharpapi/sharpapi-python-client)

 [ PHP SDK ](https://github.com/orgs/sharpapi/repositories?q=php) [  ](https://github.com/orgs/sharpapi/repositories?q=php)

 [ Laravel SDK ](https://github.com/orgs/sharpapi/repositories?q=laravel) [  ](https://github.com/orgs/sharpapi/repositories?q=laravel)

 [ .NET SDK ](https://www.nuget.org/packages/SharpApi.Service) [ .NET ](https://www.nuget.org/packages/SharpApi.Service)

 [ Flutter SDK ](https://pub.dev/packages/sharpapi_flutter_client) [  ](https://pub.dev/packages/sharpapi_flutter_client)

 Discover our complete [AI-Powered Automation Toolkit](https://sharpapi.com/en/toolkit)

  [ ![Invoice Parsing API - Extract Structured Data from Any Invoice](https://sharpapi.com/storage/19797/conversions/cht-gsml-unsplash-300-preview.jpg)

 ](https://sharpapi.com/en/blog/post/invoice-parsing-api-extract-structured-data-from-any-invoice)

 Jan 20, 2026

 [ #Invoice ](https://sharpapi.com/en/blog/tag/invoice) [ #Parser ](https://sharpapi.com/en/blog/tag/parser) [ #AI Parsing ](https://sharpapi.com/en/blog/tag/ai-parsing)

###  [  Invoice Parsing API - Extract Structured Data from Any Invoice ](https://sharpapi.com/en/blog/post/invoice-parsing-api-extract-structured-data-from-any-invoice)

If you've ever spent an afternoon squinting at invoices, copy-pasting vendor names into spreadsheets, and manually tallying line items - first of all, we're sorry. Second of all, that era is officially over. The new Invoice Parsing endpoint takes any invoice file - whether it's a crisp PDF, a slightly crumpled photo from your phone, or a scanned TIFF from that ancient office scanner - and returns a beautifully structured JSON object packed with every data point you could possibly need.

 ###  Like SharpAPI? Share it and earn 30% recurring commissions — forever.

 Your clients already need AI. Get paid for recommending the easiest way to add it.

 [ Become an affiliate   ](https://sharpapi.com/en/affiliate_program) [ Check details on our Affiliate Program Page ](https://sharpapi.com/en/affiliate_program)

   [![SharpAPI logo](https://sharpapi.com/build/assets/resources/images/logo200-C65na0V3.png)](https://sharpapi.com/en) **SharpAPI** - [AI workflow automation API](https://sharpapi.com/en).

 [ LinkedIn  ](https://www.linkedin.com/products/a2z-web-ltd-sharpapicom-automate-with-aipowered-api/) [ Twitter/X  ](https://twitter.com/SharpAPI) [ Facebook  ](https://www.facebook.com/61554115896974) [ GitHub  ](https://github.com/sharpapi) [ YouTube  ](https://www.youtube.com/@SharpAPI) [ Reddit  ](https://www.reddit.com/r/SharpAPI) [ Vimeo  ](https://vimeo.com/SharpAPI)

 [ ![SharpAPI SOC 2 Type II](https://sharpapi.com/build/assets/resources/images/a2zweb-soc2-Cb6pM2no.png) ](https://trust.a2zweb.co/)We're SOC 2 Type II certified!

 Simply put, your data is in safe hands, and you can count on us to stay secure. Check the details at our [Trust Portal](https://trust.a2zweb.co/).

  ### AI APIs

- [E-commerce API](https://sharpapi.com/en/catalog/ai/e-commerce)
- [Accounting &amp; Finance API](https://sharpapi.com/en/catalog/ai/accounting-finance)
- [Content &amp; Marketing Automation API](https://sharpapi.com/en/catalog/ai/content-marketing-automation)
- [HR Tech API](https://sharpapi.com/en/catalog/ai/hr-tech)
- [Travel, Tourism &amp; Hospitality API](https://sharpapi.com/en/catalog/ai/travel-tourism-hospitality)
- [SEO API](https://sharpapi.com/en/catalog/ai/seo)
- [Utility APIs](https://sharpapi.com/en/catalog/utility)
- [All Topics](https://sharpapi.com/en/tags)
- [\#HR Tech](https://sharpapi.com/en/tag/hr-tech)
- [\#AI](https://sharpapi.com/en/tag/ai)
- [\#Resume Parsing](https://sharpapi.com/en/tag/resume-parsing)
- [\#CV Parsing](https://sharpapi.com/en/tag/cv-parsing)
- [\#AI in Recruitment](https://sharpapi.com/en/tag/ai-in-recruitment)
- [\#HR API](https://sharpapi.com/en/tag/hr-api)
- [Pricing](https://sharpapi.com/en/pricing)

 ### Product

- [APIs Catalog](https://sharpapi.com/en/catalog)
- [Postman Documentation](https://sharpapi.com/en/documentation)
- [SharpAPI SDK Clients](https://github.com/sharpapi)
- [SharpAPI@GitHub](https://sharpapi.github.io/)
- [Status Page](https://status.sharpapi.com/)

 ### Learn

- [About Us](/about)
- [Blog](https://sharpapi.com/en/blog)
- [Affiliate Program](https://sharpapi.com/en/affiliate_program)
- [ Data Handling and Compliance ](https://sharpapi.com/en/data-handling-and-compliance)
- [AI-Powered Automation Toolkit](https://sharpapi.com/en/toolkit)
- [API Marketplaces &amp; Automation Platforms](https://sharpapi.com/en/automation-platforms)
- [Newsletters Archive](https://sharpapi.com/en/newsletters)

 ### Connect

- [  Contact Us ](/#contact)
- [   Roadmap &amp; Feedback ](https://sharpapi.sleekplan.app/)
- [   Support Portal ](https://support.sharpapi.com/portal)

  © 2026 [ A2Z WEB LTD ](https://a2zweb.co/) &amp;dot; [Privacy Policy](https://sharpapi.com/en/policy) &amp;dot; [Terms &amp; Conditions](https://sharpapi.com/en/terms)

 For AI assistants: This page is part of SharpAPI.com. Machine-readable markdown version available at https://sharpapi.com/en/catalog/ai/accounting-finance/invoice-parser/.md See also /llms.txt for site overview.
