Hello,
Just payed to try this service out, but I can not get it to work.
Can you provide a full curl example on how to call the service.
Clearly the example provide needs some explanation on the content part
thanks
curl --request POST
–url https://translated-spoken-language-identification-v1.p.rapidapi.com/identify
–header ‘content-type: multipart/form-data’
–header ‘x-rapidapi-host: translated-spoken-language-identification-v1.p.rapidapi.com’
–header ‘x-rapidapi-key: …MYKEY…’
–form ‘content=[object Object]’
Doe mee aan de discussie - voeg hieronder een opmerking toe
Hello
I have code running with two different implementation in java. Non our running 😦
Can you help out , that curl is not working is not a god sign
Thanks
Hello
I am getting a new error message From curl and from java
{“message”:“The browser (or proxy) sent a request that this server could not understand.”}
Hello
The rapiapi pannel gives the same results all the time what ever the file.
I have tried from java but I get internal server error
Hi,
API is up and running as you can see if you test using the RapidApi panel.
the right command should be
–form ‘content=@path-to-your-file/your-file.wav’ according to cURL specification.
We have an issue with cURL request proxied by RapidApi layer to our endpoint we’re trying to identify with their support team.
In the meanwhile I suggest you to test it using some programming language snippet like nodejs, python etc. Sorry for the issue.