Limai Docs
API Reference

API Reference

Complete REST API reference for the LimAI platform

The LimAI API provides programmatic access to document processing, classification, splitting, and data management.

Base URL

https://app.limai.io/api/v1

Authentication

All endpoints require a Bearer token:

Authorization: Bearer YOUR_API_TOKEN

Endpoints

Document Processing

Upload and extract structured data from documents.

Classification

Classify documents by type.

Splitting

Split multi-document files into individual documents.

Deployments

Manage models and production deployments — configuration, documents, examples, and accuracy.

  • Configuration — Get or update deployment configuration
  • Documents — List and manage deployment documents
  • Document Detail — Get document details, pages, and content
  • Examples — Manage extraction examples
  • Corrections — View corrections and patterns
  • Accuracy — Get accuracy metrics for a model or deployment
  • Tables — Manage deployment tables

Projects

Manage projects and their resources.

Buckets

File storage and management.

Tables & Rows

Manage extraction tables, columns, and data rows.

  • Tables — List and manage tables
  • Columns — List and manage columns
  • Rows — Create, list, and delete rows
  • Extractions — Get extracted data by table

Benchmarks

Measure extraction accuracy.

Queue

Monitor and manage processing jobs.

Webhooks

Receive real-time notifications for processing events.

On this page