Platform
Document Processing AI Extraction Engine Dashboard & Analytics Integrations
Solutions
Freight Brokers Logistics Companies Trucking Companies Enterprise
Company
About Us Pricing Privacy & Terms Help Center
Start Free + Sign in
🔗 Integrations

Your data, wherever your workflow lives

Jannat AI fits into your existing stack. Export to Excel, push via webhook, pull via API, or sync directly to your accounting system. You choose how the data flows.

Available Integrations

Connect to the tools your team already uses

Six integrations available today. More shipping throughout 2026.

📊

CSV Export

Available now

Download any document or date range as a clean CSV. Drop it into any ERP, spreadsheet, or data tool. No formatting required.

One-click export from the dashboard or document view
All extracted fields included, with one row per document
Bulk export for full date ranges or filtered subsets
Available on all plans including Free
📈

Excel Export

Available now

Export to .xlsx with formatted columns, proper data types, and a summary sheet. Ready to hand off to finance or import into NetSuite, SAP, or any ERP.

Formatted .xlsx with dates, currencies, and numbers typed correctly
Summary sheet included with totals and vendor breakdown
Compatible with Excel, Google Sheets, and ERP import tools
Available on all plans including Free
🔗

REST API

Available now on Business plan

Full programmatic access to Jannat AI. Submit documents, retrieve extracted data, manage your workspace, and build direct integrations with your internal tools.

Submit documents via POST: PDF, JPG, or PNG
Retrieve structured JSON results by document ID
List, filter, and search your document library
API key authentication, no OAuth complexity

Webhooks

Available now on Business plan

Register an endpoint and get notified the instant a document finishes processing. No polling. No delays. Your downstream system knows as soon as Jannat AI does.

HTTP POST to your endpoint with full extracted payload
Configurable per event type: processed, failed, flagged
Signed payloads for security verification
Automatic retry on failure with exponential backoff
📈

Accounting Integration

Available now on Business plan

Direct sync from Jannat AI to your accounting software. Extracted invoice data maps directly to bill fields in any connected system. No manual entry. No copy-paste.

Auto-create bills from extracted invoices
Map vendors to existing supplier records
Sync line items with your chart of accounts
Available on Business plan
📱

Email Ingest

Available now on Business plan

Forward documents directly from your inbox to Jannat AI. Set up a forwarding rule and every carrier invoice that lands in your email gets processed automatically.

Dedicated ingest email address per workspace
Processes attached PDFs and images automatically
Works with Gmail, Outlook, and any email client
No login required for submission
REST API

Integrate directly into your systems

The Jannat AI API is built for logistics developers. Simple authentication, consistent JSON responses, and a clear endpoint structure.

POST/api/v1/documents/upload
GET/api/v1/documents/{id}
GET/api/v1/documents
POST/api/v1/webhooks/register
  • API key authentication, no OAuth flow required
  • JSON responses with consistent field naming
  • Full error codes and human-readable error messages
  • Rate limits set per plan, unlimited on Business
  • Sandbox environment available for testing
  • Documentation provided to Business plan customers
// Submit a document for processing

POST /api/v1/documents/upload
Authorization: Bearer YOUR_API_KEY

// Response
{
  "id": "doc_8fk2j9x",
  "status": "processing",
  "type": "invoice",
  "created_at": "2026-05-08T14:22:01Z"
}

// Retrieve extracted fields
GET /api/v1/documents/doc_8fk2j9x

{
  "status": "processed",
  "vendor": "Maersk Line",
  "total": 12480.00,
  "invoice_date": "2026-05-01",
  "line_items": [...]
}
Webhooks

Push data the moment it's ready

Webhooks eliminate polling. Register your endpoint once and Jannat AI delivers structured data to your system the instant processing completes.

📤

Document uploaded

Your team uploads or API submits a document to Jannat AI

🧠

AI processes it

Jannat AI classifies, extracts, and normalizes all fields

Webhook fires

A signed HTTP POST hits your endpoint with the full JSON payload

🏢

Your system updates

Your TMS, ERP, or custom tool receives and acts on the data

Integration Roadmap

What's coming in 2026

We ship integrations based on what our customers need most. Here's where we're headed.

Now, all plans

CSV & Excel Export

One-click export from the dashboard in both CSV and formatted Excel formats. Available on every plan including Free.

Live
Now, Business plan

REST API & Webhooks

Full API access for document submission, retrieval, and webhook event delivery. Included on the Business plan.

Live
Now, Business plan

Accounting Integration

Direct sync of extracted invoice data into your accounting software. Auto-create bills, match vendors, and map line items to your chart of accounts.

Live
Now, Business plan

Email Ingest

Forward documents directly from any inbox. Jannat AI processes attachments automatically. No login or manual upload required.

Live
Q4 2026

Cloud Storage Ingest

Connect an S3 bucket or Google Drive folder. Jannat AI automatically picks up and processes new documents as they land.

Planned
Get Connected

Start with export. Add the API when you're ready.

Every plan includes CSV and Excel export. API and webhook access are available on Business.

Start Free + Talk to sales