我想使用VoiceCloud API转录(语音转文本) 。API 文档缺少它的示例。
我想使用 VoiceCloud API 发送 (mp3,wav) 文件。如何使用 PHP 发送/调用 API。API 只为我提供了以下单行代码来调用 API:
http/:voicecloudURL/api?action=sendfile&username=youruserid&devkey=abc123&idtype=username&fileurl=http:/yourserver/file.mp3
我应该使用 CURL 吗?