From ecf0444f4b2f510257da1c83299489fbdd68d470 Mon Sep 17 00:00:00 2001 From: Zain Hasan Date: Thu, 12 Feb 2026 10:17:08 -0800 Subject: [PATCH] Modify cURL command for audio translations Updated cURL example for audio translations in OpenAPI spec. --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index eecfa30..6c311e0 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4192,7 +4192,7 @@ paths: - lang: Shell label: cURL source: | - curl -X POST "https://api.together.xyz/v1/audio/transcriptions" \ + curl -X POST "https://api.together.xyz/v1/audio/translations" \ -H "Authorization: Bearer $TOGETHER_API_KEY" \ -F "file=@audio.wav" \ -F "model=openai/whisper-large-v3" \