Created
March 1, 2024 00:59
-
-
Save luizmarcus/32d5ebd15525ad460d05ea7092f79093 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://api.openai.com/v1/audio/speech \ | |
-H "Authorization: Bearer $OPENAI_API_KEY" \ | |
-H "Content-Type: application/json" \ | |
-d '{ | |
"model": "tts-1", | |
"input": "Esse é um teste de conversão de texto para voz", | |
"voice": "alloy" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment