Overview
The Meibel API enables developers to:- Create and manage datasources and data elements for contextual retrieval
- Interact with blueprint instances for structured workflows
- Implement RAG (Retrieval-Augmented Generation) patterns
- Run workflows with runtime control and confidence scoring
- Tag and organize your data efficiently
- Stream responses from our AI models
Authentication
All API requests require authentication using an API key. Your API key carries many privileges, so be sure to keep it secure. Don’t share your API key in publicly accessible areas such as GitHub, client-side code, or in your applications.Rate Limits
The Meibel AI 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 with our API even easier:Installation
Getting Started
To start using the Meibel AI 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 [email protected]
- Open an issue on GitHub