VoiceCloud APIを使用して文字起こし (Voice to Text) を行いたいです。API ドキュメントには、その例がありません。
VoiceCloud API を使用して (mp3,wav) ファイルを送信したい。PHP を使用して API を送信/呼び出す方法。API は、API を呼び出す次の 1 行のコードのみを提供します。
http/:voicecloudURL/api?action=sendfile&username=youruserid&devkey=abc123&idtype=username&fileurl=http:/yourserver/file.mp3
CURL を使用する必要がありますか?