2024-10-29
▼ ▲ language.detections.list
Path : v2/detect
HTTP Method : GET
Description : Detects the language of text within a request.
Scopes :
Parameters :
q
Type : string
Description : The input text upon which to perform language detection. Repeat this parameter to perform language detection on multiple text inputs.
Required : Yes
Repeated : Yes
Location : query
Parameter Order : q
▼ ▲ language.detections.detect
Path : v2/detect
HTTP Method : POST
Description : Detects the language of text within a request.
Scopes :
▼ ▲ language.languages.list
Path : v2/languages
HTTP Method : GET
Description : Returns a list of supported languages for translation.
Scopes :
Parameters :
target
Type : string
Description : The language to use to return localized, human readable names of supported languages.
Location : query
model
Type : string
Description : The model type for which supported languages should be returned.
Location : query
▼ ▲ language.translations.list
Path : v2
HTTP Method : GET
Description : Translates input text, returning translated text.
Scopes :
Parameters :
cid
Type : string
Description : The customization id for translate
Repeated : Yes
Location : query
format
Type : string
Description : The format of the source text, in either HTML (default) or plain-text. A value of "html" indicates HTML and a value of "text" indicates plain-text.
Enum :
Enum Descriptions :
Location : query
q
Type : string
Description : The input text to translate. Repeat this parameter to perform translation operations on multiple text inputs.
Required : Yes
Repeated : Yes
Location : query
source
Type : string
Description : The language of the source text, set to one of the language codes listed in Language Support. If the source language is not specified, the API will attempt to identify the source language automatically and return it within the response.
Location : query
target
Type : string
Description : The language to use for translation of the input text, set to one of the language codes listed in Language Support.
Required : Yes
Location : query
model
Type : string
Description : The `model` type requested for this translation. Valid values are listed in public documentation.
Location : query
Parameter Order :
▼ ▲ language.translations.translate
Path : v2
HTTP Method : POST
Description : Translates input text, returning translated text.
Scopes :
▼ ▲ language.detections.list
Path : v2/detect
HTTP Method : GET
Description : Detects the language of text within a request.
Scopes :
Parameters :
q
Type : string
Description : The input text upon which to perform language detection. Repeat this parameter to perform language detection on multiple text inputs.
Required : Yes
Repeated : Yes
Location : query
Parameter Order : q
▼ ▲ language.detections.detect
Path : v2/detect
HTTP Method : POST
Description : Detects the language of text within a request.
Scopes :
▼ ▲ language.languages.list
Path : v2/languages
HTTP Method : GET
Description : Returns a list of supported languages for translation.
Scopes :
Parameters :
target
Type : string
Description : The language to use to return localized, human readable names of supported languages.
Location : query
model
Type : string
Description : The model type for which supported languages should be returned.
Location : query
▼ ▲ language.translations.list
Path : v2
HTTP Method : GET
Description : Translates input text, returning translated text.
Scopes :
Parameters :
cid
Type : string
Description : The customization id for translate
Repeated : Yes
Location : query
format
Type : string
Description : The format of the source text, in either HTML (default) or plain-text. A value of "html" indicates HTML and a value of "text" indicates plain-text.
Enum :
Enum Descriptions :
Location : query
q
Type : string
Description : The input text to translate. Repeat this parameter to perform translation operations on multiple text inputs.
Required : Yes
Repeated : Yes
Location : query
source
Type : string
Description : The language of the source text, set to one of the language codes listed in Language Support. If the source language is not specified, the API will attempt to identify the source language automatically and return it within the response.
Location : query
target
Type : string
Description : The language to use for translation of the input text, set to one of the language codes listed in Language Support.
Required : Yes
Location : query
model
Type : string
Description : The `model` type requested for this translation. Valid values are listed in public documentation.
Location : query
Parameter Order :
▼ ▲ language.translations.translate
Path : v2
HTTP Method : POST
Description : Translates input text, returning translated text.
Scopes :