Welcome to the Meibel API reference documentation. Our API allows you to interact with all our services programmatically.Documentation Index
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Meibel API enables developers to:- Parse documents into structured markdown with confidence scoring
- Create and manage datasources and data elements for contextual retrieval
- Search and query across your data
- Manage content, metadata, and tag descriptions
Authentication
All API requests require authentication using an API key sent in theMeibel-API-Key header.
Rate Limits
The Meibel API implements rate limiting to ensure fair usage across all users. Rate limits vary by endpoint and are specified in the HTTP headers of API responses:X-RateLimit-Limit: The maximum number of requests you’re permitted to make per time periodX-RateLimit-Remaining: The number of requests remaining in the current rate limit windowX-RateLimit-Reset: The time at which the current rate limit window resets (UTC epoch seconds)
SDK Support
We provide official SDKs to make integration easier:Python
Sync and async support
TypeScript
Full type safety with Zod
Go
Idiomatic Go interface
CLI
Command-line interface
Getting Started
To start using the Meibel API:Sign up for an account
Create an account at console.meibel.ai
Make your first API call
Follow our Getting Started guide to make your first API call
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Need help?
If you encounter any issues, you can:- Check our Getting Started guide
- Email our support team at support@meibel.ai
- Open an issue on GitHub