{ "input": "你好,请问有什么需要帮助的?", "voice": "BV007_streaming" }
curl --location --request POST 'https://api.link-ai.tech/v1/audio/speech' \ --header 'Authorization: Bearer YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data-raw '{ "input": "你好,请问有什么需要帮助的?", "voice": "BV007_streaming" }'