API Reference
Movoice AI provides a RESTful API for developers to manage agents, trigger calls, and retrieve analytics programmatically.Base URL
Authentication
All API requests must include your API key in theAuthorization header:
Endpoints
Calls
POST /call
Trigger an outbound call to a specific number.
Response:
GET /calls
List all calls for your account.GET /calls/
Retrieve details for a specific call.Agents
GET /agents
List all agents in your account.GET /agents/
Retrieve configuration for a specific agent.PATCH /agents/
Update an agent’s configuration.Batch Calls
POST /calls/batch
Send calls to multiple recipients at once. See Batch Calls for the full guide.Error Codes
All error responses follow this format:
Rate Limits
When rate limited, you receive a
429 response with a Retry-After header indicating seconds to wait.