Reverie API Documentation
  • Reverie APIs
  • Reference
    • Localization API
      • Setup
      • API Reference
      • Supported Languages
      • Supported Domains
      • API Messages
    • Transliteration API
      • Setup
      • API Reference
      • Language Codes
      • Supporting Domains
      • API Messages
    • Text to Speech API
      • Setup
      • API Reference
      • SSML (Speech Synthesis Markup Language)
      • Phoneme Reference
      • API Default Behaviour
      • Supporting Speaker Code
      • Supporting Sampling Rate
      • Supporting Audio Format
      • API Messages
    • Speech to Text | Streaming API
      • Setup
      • API Reference
      • Language Codes
      • Supporting Audio Format
      • Supporting Domains
      • API Messages
  • Speech to Text | File API
    • Setup
    • API Reference
    • Language Codes
    • Supporting Audio Format
    • API Messages
  • Speech to Text | Batch API
    • Setup
    • API Reference
    • Language Codes
    • Sample Request Responses
    • Supporting Audio Format
  • Language Identification API
    • Sample Code
    • API Reference
    • Language Codes
  • Reverie Products
    • Swalekh
    • Vachak
Powered by GitBook
On this page
  1. Speech to Text | File API

API Messages

Message Code
Message
Description

403

Invalid REV-API-KEY or REV-APP-ID

Entered Invalid credentials

403

usage exhausted

The provided credit limit is exhausted.

403

API key expired

The API key provided to a user is expired.

403

unauthorized to use this API

The user is not authorized to use the STT API.

403

unauthorized to use this src/tgt language

The invalid language code is passed, or the user has entered the code to which he is not authorized to use.

400

no 'domain' given

The domain name is missing.

400

invalid sample_rate value

The requested audio sample rate is invalid or not supported by the API.

400

no file or file url given

The input is missing.

400

Too many samples

The length of the uploaded audio file is greater than 300 seconds.

415

File not supported. Upload only audio formats like .wav, .mp3

The API does not support the uploaded audio file format.

504

upstream request timeout

Terminated the request as it took longer than defined time.

200

EOF received

The input is received completely, and the end of the file is received.

200

silence detected

This is the final response as silence was detected in the audio

PreviousSupporting Audio FormatNextSpeech to Text | Batch API

Last updated 1 year ago