API Reference
Welcome to the MOOD MNKY API Reference. This section provides interactive reference documentation for all the APIs in our ecosystem, including both first-party services and integrated third-party services.Available APIs
MOOD MNKY Platform APIs
- Core API - The central API for the MOOD MNKY platform
- E-commerce API - Integration with our e-commerce functionality
AI & Workflow APIs
- Ollama API - Interact with the Ollama model serving system
- Flowise API - Build and manage AI workflows with Flowise
- Langchain API - Access Langchain’s framework for building AI applications
- n8n API - Workflow automation and integration platform
External Integration APIs
- Notion API - Connect with Notion’s knowledge base and workspace
- Bungie API - Interact with Bungie’s gaming ecosystem
Interactive API Playground
Each API reference includes an interactive playground where you can:- Explore available endpoints
- Read detailed parameter documentation
- Make test API calls directly from the browser
- View response examples
Reference vs. Documentation
Our API content is organized into two complementary sections:- API References (this section) - Contains interactive API references, playgrounds, and endpoint details for direct testing and exploration
- API Documentation - Provides comprehensive guides, tutorials, implementation examples, and best practices
Authentication
Most APIs require authentication. See the individual API documentation for specific authentication requirements. Generally, the following authentication methods are used:- Bearer Token - For Core API, Notion API, and most first-party services
- API Key - For some third-party services
- OAuth - For certain integrations
Getting Started
To begin exploring an API, select it from the navigation menu on the left. Each API reference includes:- Overview and introduction
- Authentication requirements
- Available endpoints
- Request and response examples
- Parameter descriptions
- Error handling information