https://www.receiptli.com/api/v1
Bearer Token
JSON
The Receiptli API allows you to extract structured data from documents using advanced AI and OCR technology. Whether you're processing receipts, invoices, forms, or any other document type, our API can identify and extract the information you need in a structured JSON format.
This guide covers the core endpoints currently available. The API is RESTful, uses JSON for data exchange, and follows standard HTTP response codes. All requests require authentication via API keys.
Define exactly what data to extract
PDF, JPG, PNG, and more
AI-powered extraction with confidence scores
Optimized for speed and reliability
The Receiptli API uses API key authentication. Include your API key in the Authorization header of all requests using the Bearer token format.
Authorization: Bearer rcp_your_api_key_here
The API has the following rate limits:
Perfect for development and testing
Suitable for production applications
Contact us for high-volume needs
Returns the current status and version of the Receiptli API. Use this endpoint to verify that the API is operational and to get basic information about the service.
Upload a document (PDF, image, etc.) and extract structured data based on a custom schema. This endpoint uses AI-powered OCR and data extraction to convert unstructured documents into structured JSON data.
Parameter | Type | Required | Description |
---|---|---|---|
Authorization header | string | Required | Bearer token for API authentication Example: Bearer rcp_your_api_key_here |