Audio Transcription
This endpoint allows you to transcribe audio.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Toxicity
Whether to check the output for toxicity.
Pii
Whether to check the output for Pii, and what to do if found. Supported values are 'replace' and 'block'.
Replace-Method
Method to replace any found PII. Supported values are 'category', 'fake', 'mask', and 'random'.
Injection
Whether to check the output for a prompt injection.
Request
This endpoint expects a multipart form containing a file.
model
The transcription model to use.
file
The audio file to upload.
language
The language the audio is in.
prompt
An optional text to guide the model's style or continue a previous audio segment.
temperature
The temperature parameter for controlling randomness in transcription.
Response
Successful response.
text
The transcribed audio.