{"openapi":"3.2.0","info":{"title":"Open AI Text to Speech API","description":"OpenAI TTS turns text into lifelike spoken audio, supporting more than 60 different languages and experiment with different voices (alloy, echo, fable, onyx, nova, and shimmer) to find one that matches your desired tone and audience","version":"1.0.0"},"servers":[{"url":"https://bwrdm.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/audio/speech":{"post":{"operationId":"post_audio_speech","summary":"Speech","description":"The speech endpoint takes in three key inputs: the model name, the text that should be turned into audio, and the voice to be used for the audio generation.","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"model":"tts-1","input":"Today is a wonderful day","instructions":"Speak in a lively and optimistic tone.","voice":"alloy"}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}