Skip to content
Discord

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.

All API requests should be made to:

https://api.voice-agents.miraiminds.co/v1

We use a workspace and organization-based authentication system. Every request to the API must include the following headers to identify your account:

HeaderDescription
workspaceYour unique workspace identifier (e.g., 68d63c242cd956c2bb41cd3a)
organizationYour organization identifier (e.g., 68d63c242cd956c2bb41cd12)
AuthorizationYour Bearer token (e.g., Bearer eyJhbGciOiJIUzI1Ni...)
  1. Get your Credentials Contact sneh@miraiminds.co to obtain your workspace, organization, and Authorization token.

  2. Choose an Assistant Identify the assistant_id of the voice agent you want to trigger.

  3. Make your first Call Use our Make a Call endpoint to trigger an outbound call immediately.

CodeMeaning
200Success
400Bad Request (Check your JSON body)
401Unauthorized (Check your workspace/org headers)
429Rate Limit Exceeded
500Internal Server Error