SmartBills API Documentation

SmartBills API Documentation

AI-powered invoice extraction service that can extract structured data from invoice images and PDFs.

User Guide

Step-by-step instructions to get started, use features, and integrate SmartBills into your workflow.

Read the Guide

API Reference

Complete API documentation, endpoints, parameters, and code examples for developers.

View API Docs

SmartBills API Documentation

Welcome to the SmartBills API documentation. SmartBills is an AI-powered invoice extraction service that can extract structured data from invoice images and PDFs.

Quick Start

Get started with the SmartBills API in just a few steps:

API Access

To use the SmartBills API, you'll need an API key. Contact our team to get started.

1. Get your API key

Sign up for a SmartBills account and get your API key from the dashboard.

2. Make your first request

curl -X POST https://api.smartbills.com/v1/invoices/extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -F "file=@invoice.pdf"

3. Receive structured data

{
  "id": "inv_123456789",
  "status": "completed",
  "extracted_data": {
    "invoice_number": "INV-2024-001",
    "date": "2024-01-15",
    "total_amount": 1250.00,
    "currency": "USD",
    "vendor": {
      "name": "Acme Corp",
      "address": "123 Business St, City, State 12345"
    },
    "line_items": [
      {
        "description": "Professional Services",
        "quantity": 10,
        "unit_price": 125.00,
        "total": 1250.00
      }
    ]
  }
}

Features

  • AI-Powered Extraction: Advanced machine learning models extract data with high accuracy
  • Multiple Formats: Support for PDF, JPG, PNG, and other common formats
  • Real-time Processing: Get results in seconds
  • Structured Output: Consistent JSON format for easy integration
  • Webhook Support: Get notified when processing is complete
  • Batch Processing: Process multiple invoices at once

What's Next?

Support

Need help? Check out our support page or contact our team.