Create Translation

POST {{baseUrl}}/audio/translations

Request Body

[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"model", "value"=>"whisper-1", "datatype"=>"string"}, {"name"=>"prompt", "value"=>"Some style context for the translation.", "datatype"=>"string"}, {"name"=>"response_format", "value"=>"json", "datatype"=>"string"}, {"name"=>"temperature", "value"=>"0", "datatype"=>"number"}, {"name"=>"language", "value"=>"ja", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"text":"This is a test."}