Browse documentation

Translate spoken audio into English text.

Translate spoken audio into English text.

POST
/v1/audio/translations

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/translations" \  -F model="string" \  -F file="string"
{  "text": "Hello, how are you?"}
Was this page helpful?