Skip to content

Voice AI quickstart

This quickstart walks through creating a Voice AI API key, calling Speech-to-Text, and confirming the call lands in your usage dashboard.

  1. Sign up and create a key.

    Open console.gocommotion.com, sign up, and create a Voice AI API key. Sandbox keys (eak_test_*) call the same endpoints with separate credit wallet for testing.

  2. Make your first call.

    Save a short audio file as sample.wav (any of WAV, MP3, M4A, FLAC works) and call the Speech-to-Text endpoint:

    Terminal window
    curl -X POST https://api.gocommotion.com/ai/speech-to-text \
    -H "X-API-Key: eak_live_your_key_here" \
    -F "file=@sample.wav" \
    -F "language=en"
  3. Check usage in the console.

    Open the Voice AI usage dashboard - the call should appear within a few seconds, with credits debited from your Voice AI wallet.