Rapid account: ksoajslxpfh1

ksoajslxpfh1 / armangokka

Немає опублікованих API
Цей користувач ще не опублікував жодного API

Дискусії

97
Title
Created at (Click to sort ascending)
A
1
Check encoding of request and response Sun 12:23 14/5/23
A
1
This is not an error. this is how JSON-encoded text looks like. decode json and you will get your text Thu 4:39 11/5/23
A
2
I'm unfamiliar with Poweshell. Therefore, I give you cURL command. 1. To access the API, run the following cURL command on Unix-based (!) machine. Linux-based because maybe something is wrong with your windows networking and that's why requests don't work. I tried this code myself: curl --request POST \ --url https://translo.p.rapidapi.com/api/v3/translate \ --header 'X-RapidAPI-Host: translo.p.rapidapi.com' \ --header 'X-RapidAPI-Key: 00aa06372bmsh6f0a2efa1a6cac4p1e73b6jsn33e40d59cbc5' \ --header 'content-type: application/x-www-form-urlencoded' \ --data from=en \ --data to=ru \ --data text=Hellocurl --request POST \ --url https://translo.p.rapidapi.com/api/v3/translate \ --header 'X-RapidAPI-Host: translo.p.rapidapi.com' \ --header 'X-RapidAPI-Key: 00aa06372bmsh6f0a2efa1a6cac4p1e73b6jsn33e40d59cbc5' \ --header 'content-type: application/x-www-form-urlencoded' \ --data from=en \ --data to=ru \ --data text=Hello 2. To translate unlimited number of texts in one text, use /batch_translate method. Documentation of this method is at the main page of the API. Mon 4:02 24/4/23
A
3
Contact me in PM. I'll distribute you pay per response API plan Sun 5:57 16/4/23
A
3
Contact me in PM. I'll distribute you pay per response API plan Sun 5:57 16/4/23
A
1
No limit Sat 6:12 8/4/23