Transcribe an uploaded audio file to text (STT).
Transcribe an uploaded audio file to text (STT).
Authorization
NRouterApiKey AuthorizationBearer <token>
Your nRouter virtual key (sk-nrouter-…). Sent as Authorization: Bearer sk-nrouter-….
In: header
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/audio/transcriptions" \ -F model="string" \ -F file="string"{ "text": "The transcribed speech."}Was this page helpful?