API Documentation

Full documentation is available after signing in to your account.
Here's a quick start example:

curl -X POST https://api.nexaflow.ai/v1/stt \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@audio.mp3" \
  -F "language=en"

← Back to home