API Reference

Voice OTP REST API endpoints, response format and base URL.

API Reference

Base URL: https://voice-api.edesy.in/v1

Method Path Description
POST /voice-otp/send Send a voice OTP
GET /voice-otp/calls/{id} Get a call
GET /voice-otp/calls List calls
GET /voice-otp/stats Usage statistics (start_date, end_date as YYYY-MM-DD)

Successful responses wrap the result in data with a meta.timestamp. Errors return {"error": {"code": "...", "message": "..."}} - see Error Codes.