API Reference
Base URL
Open in Postmanhttps://api.voxify.dev/v1POST
/api/voice/recognizeProcess voice input and return recognized text
{
"audio": "base64_encoded_audio",
"language": "en-US",
"context": "navigation"
}POST
/api/voice/commandsRegister custom voice commands for your app
{
"commands": [
{
"phrase": "open settings",
"action": "navigate_settings",
"parameters": []
}
]
}GET
/api/voice/statusCheck voice recognition service status
GET /api/voice/statusLast updated: 12/13/2025 •Contact the team