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. Reference
  2. Localization API

API Messages

Status Code
Status Type
Status
Description

2

Success

LOOKUP_MODERATED

The API fetched the localization content from the database.

3

Success

MT_SUCCESS

The translation of the source content using NMT.

4

Success

LOOKUP_UNMODERATED

The localized content is available in the database, but the verification status is "unmoderated."

5

Success

LOOKUP_INPROGRESS

The localized content is available in the database; however, the content moderation is in progress.

6

Success

LOOKUP_PARTIAL

The API fetched the content from the LookUp DB to partially localize a segment.

10

Success

T13N_SUCCESS

The API fetched the content from the transliteration.

-2

Error

UNLOCALIZED

The content requested for translation is transliterated.

-3

Error

ROSETTA_ERROR

An error occurred while preprocessing the sentence.

-4

Error

MT_ERROR

An error occurred while translating content using NMT

-5

Error

MT_TIME_OUT

Timeout Error while fetching the response from NMT Engine.

-6

Error

LOCMAN_ERROR

An error occurred while processing content in LocMan.

-7

Error

SEGMENTATION_API_ERROR

An Error while segmenting the sentence.

403

Error

unauthorized to use this src/tgt language

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

403

Error

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

Entered credentials are invalid

403

Error

usage exhausted

The provided credit limit is exhausted.

403

Error

API key expired

The API key provided to a user has expired

403

Error

unauthorized to use this API

The user is not authorized to use the Localization API

403

Error

Please provide data string

The data is missing.

403

Error

Target language is mandatory

The tgt_lang is missing.

403

Error

Source language is mandatory

The src_lang is missing.

PreviousSupported DomainsNextTransliteration API

Last updated 28 days ago