API Reference
Base URL
Open in Postmanhttps://api.voxify.dev/v1
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/2025 •Contact the team