Search code examples
azurebotframeworkpostmanazure-cognitive-servicesmicrosoft-translator

Translator Text API 3.0: Transliterate


I have followed this document and tried in postman to check for output by giving these parameters and headers

Headers: 
Ocp-Apim-Subscription-Key:****************
Content-Type:application/json
Content-Length:32

Query Params:
api-version:3.0
language:hi
fromScript:Deva
toScript:Latn

body : 
[
    {"Text":"मैं हूँ ना"}
]

{"error":{"code":400000,"message":"One of the request inputs is not valid."}}

I'm not able to get the output. can anyone pls help me here.


Solution

  • in headers no need of content-length

    Headers: 
    Ocp-Apim-Subscription-Key:****************
    Content-Type:application/json