Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://www.16api.com/v1/audio/translations' \
--header 'Authorization: Bearer <token>' \
--form 'file=@"C:\\Users\\Administrator\\Desktop\\test.m4a"' \
--form 'model="gpt-4o-transcribe"' \
--form 'prompt=""' \
--form 'response_format=""' \
--form 'temperature=""'
Responses
application/json {
"text": "Hello, my name is Wolfgang and I come from Germany. Where are you heading today?"
}
Modified at 2026-02-01 07:33:56