curl --location --request POST '/v1/audio/speech' \ --header 'Authorization: Bearer refresh_token,requrest_url,ChatGPT-Account-ID' \ --header 'Content-Type: text/plain' \ --data-raw '{ "model": "tts-1", "voice": "onyx", "input": "虽然不是什么复杂的东西,虽然可能很快被人抄走,但那又如何?再打开一次Pandora魔盒,再撅一次OpenAI足矣!" }'
{}