Mingleego API Reference

Complete API reference for the Mingleego Chat API

Overview

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:

  • Authentication using API keys
  • Endpoints for chat interactions
  • File upload capabilities
  • Streaming responses using Server-Sent Events (SSE)

Authentication

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

Base URL

All API requests should be made to: https://mingleego.com

Endpoints

The Mingleego API provides the following endpoints: