Skip to content

MAIA Company APIDeveloper Documentation

Build powerful integrations with the MAIA Company platform

Quick Start

Base URL

https://api.maiacompany.io

Authentication

All API requests require a valid API token. Generate one from the MAIA dashboard.

bash
curl -X POST "https://api.maiacompany.io/messages" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"channelId": "...", "sessionId": "...", "content": "Hello!"}'

See Authentication for details on generating and managing tokens.

MAIA Platform Documentation