{"openapi":"3.2.0","info":{"title":"Speech-to-Text AI API","description":"OpenAI Whisper real-time speech recognition for audio/video files and YouTube videos. Supports mp3, mp4, mpeg, mpga, m4a, wav and webm. Converts audio to text with support for multiple languages, ensuring precision and reliability.","version":"1.0.0"},"servers":[{"url":"https://qxvmg.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/transcribe":{"post":{"operationId":"post_transcribe","summary":"Transcribe from URL or file","description":"Transcribes YouTube videos, files from remote URLs or local uploads, supporting formats like mp3, mp4, mpeg, mpga, m4a, wav, or webm.","parameters":[{"name":"url","in":"query","description":"URL of the audio/video file or `YouTube`, `TikTok`, `Instagram`, `Facebook` video link to transcribe. Files supported formats: mp3, mp4, mpeg, mpga, m4a, wav or webm.","required":false,"schema":{"type":"string","example":"https://cdn.openai.com/whisper/draft-20220913a/micro-machines.wav"}},{"name":"lang","in":"query","description":"Language of the audio file. Translation only to English, regardless of the language selected.\n\n*Choosing inappropriate language from the audio file will significantly negatively impact the transcribing quality.*","required":false,"schema":{"type":"string","example":"en"}},{"name":"task","in":"query","description":"Task to perform on the audio file. Either transcribe or translate.","required":false,"schema":{"type":"string","example":"transcribe"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}