Prerequisites
Before you begin, make sure you have:- A Meibel account (sign up at console.meibel.ai if you don’t have one)
- An API key (generated from the Dashboard under Settings > API Keys)
Step 1: Set Up Authentication
All requests to the Meibel API require authentication using your API key in theMeibel-API-Key header.
Step 2: Parse a Document
Upload and parse a document to extract structured content:Step 3: Process a Document (Synchronous)
For convenience, you can parse and wait for the result in a single call:Next Steps
SDK Guides
Learn more about our SDKs for Python, TypeScript, Go, and CLI
Browse the API Reference
Explore all available endpoints and parameters
Remember to secure your API keys and follow best practices for rate limiting and error handling in your production applications.