Developer Introduction
Welcome to the Voice Agents Developer Hub. Our API allows you to programmatically trigger voice calls, manage agents, and integrate voice capabilities directly into your applications.
Base URL
Section titled “Base URL”All API requests should be made to:
https://api.voice-agents.miraiminds.co/v1Authentication
Section titled “Authentication”We use a workspace and organization-based authentication system. Every request to the API must include the following headers to identify your account:
| Header | Description |
|---|---|
workspace | Your unique workspace identifier (e.g., 68d63c242cd956c2bb41cd3a) |
organization | Your organization identifier (e.g., 68d63c242cd956c2bb41cd12) |
Authorization | Your Bearer token (e.g., Bearer eyJhbGciOiJIUzI1Ni...) |
Quick Start
Section titled “Quick Start”-
Get your Credentials Contact sneh@miraiminds.co to obtain your
workspace,organization, andAuthorizationtoken. -
Choose an Assistant Identify the
assistant_idof the voice agent you want to trigger. -
Make your first Call Use our Make a Call endpoint to trigger an outbound call immediately.
Common Error Codes
Section titled “Common Error Codes”| Code | Meaning |
|---|---|
200 | Success |
400 | Bad Request (Check your JSON body) |
401 | Unauthorized (Check your workspace/org headers) |
429 | Rate Limit Exceeded |
500 | Internal Server Error |