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 extraction deployments and their documents.

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.