The Mingleego API provides endpoints for building interactive chat applications. You can use the API to send messages, receive responses, upload files, and stream responses in real time.
In this reference, you will find:
The Mingleego API uses API keys to authenticate requests. You can create and manage API keys in your API Keys settings.
Important: Your API key is a secret! Do not share it with others or expose it in client-side code (browsers, apps). Always load API keys securely from an environment variable or a key management service on the server.
All API requests must include your API key in the request header: x-api-key: YOUR_API_KEY
Example Request:
1 2 3 4 5 6 7
All API requests should be made to: https://mingleego.com
The Mingleego API provides the following endpoints: