Skip to main content
Version: 2025-02-06

Forms API Overview

Lazarus Forms accurately extracts key-value pairs from any document without targeted training. It automatically converts PDFs and other unstructured data into a structured JSON format. This API enables efficient document processing without the need for a large data entry team.

To gain access to Lazarus Forms, please reach out to the sales team at Lazarus AI.

Benefits of Using Lazarus Forms:

  • Detects checkboxes and tables.
  • Understands handwriting and text.
  • Works on all types of documents.
  • Provides confidence scores for the key-value pairs it extracts.
  • Works regardless of page orientation.
  • Detects urgency in documents by identifying deadlines, priority markers, and time-sensitive language.

Input and Output

Documents may be uploaded using an input URL or a base64 encoded string. Uploading a local file is supported via multi-part forms, which are available for the JSON response endpoint

Output can either be in the form of raw JSON or a ZIP file. The ZIP will contain the file you uploaded, a CSV file with a breakdown of the itemization, and both a JSON and TXT file containing the entire JSON response.

Variations

In addition to the Forms model, we also have specialized forms models that are specifically tailored variants of Forms. The specialized model endpoints support JSON or ZIP file response.

All of the specialized models share the same call/response format; the only difference is the specialized model name in the URL.