Overview
The AlloMia API enables you to integrate our advanced healthcare AI capabilities directly into your applications and workflows. Our RESTful API provides programmatic access to voice agents, knowledge bases, and healthcare organization management features.Getting Started
Authentication
Learn how to authenticate your API requests with Bearer tokens
API Endpoints
Explore our comprehensive API endpoints
Core Resources
Organizations
Create and manage healthcare organizations
Voice Agents
Configure and control AI voice assistants
Knowledge Base
Manage your AI knowledge sources
Authentication
All API requests require authentication using a tenant-specific API key. Include this key in the Authorization header of your requests using the Bearer token format:Response Format
All API responses are returned in JSON format. Successful requests return a2xx status code, while errors return an appropriate HTTP status code (4xx for client errors, 5xx for server errors) along with an error message in the response body.
Rate Limits
To ensure service stability, the AlloMia API implements rate limiting on all endpoints. If you exceed the rate limit, you’ll receive a429 Too Many Requests response. Implement appropriate backoff strategies in your applications to handle these cases gracefully.