API Reference

Base URLhttps://api.voxify.dev/v1
Open in Postman
POST/api/voice/recognize
Process voice input and return recognized text
{
  "audio": "base64_encoded_audio",
  "language": "en-US",
  "context": "navigation"
}
POST/api/voice/commands
Register custom voice commands for your app
{
  "commands": [
    {
      "phrase": "open settings",
      "action": "navigate_settings",
      "parameters": []
    }
  ]
}
GET/api/voice/status
Check voice recognition service status
GET /api/voice/status

Last updated: 8/2/2025Contact the team