Criar discurso
POST
https://api.openai.com/v1/audio/speech
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.openai.com/v1/audio/speech' \
--header 'Authorization: Bearer $OPENAI_API_KEY' \
--header 'Content-Type: application/json'
Response Response Example
{}
Request
Header Params
Authorization
string
optional
Example:
Bearer $OPENAI_API_KEY
Content-Type
string
optional
Example:
application/json
Responses
Modified at 2025-01-23 10:29:40