Welcome to Mielto API
Mielto provides a comprehensive API for building AI-powered applications with advanced context management, knowledge collections, and conversation handling. Our REST API enables you to integrate intelligent context layers into your applications.Base URL
All API requests should be made to:Key Features
Authentication
Enterprise API key authentication with role-based access control
Memories
Personal context storage with AI-powered semantic search
Collections
Knowledge base management with search capabilities
Conversations
AI conversation management and context handling
Authentication
Mielto uses API key authentication for secure, scalable access to all endpoints. API keys provide persistent authentication without the need for login sessions.Getting Started
- Create an API key via
/api/v1/api-keys - Include the API key in the Authorization header as a Bearer token
- Secure your API key - treat it like a password
- Manage keys programmatically with create, update, and delete endpoints