post
https://platform.perso.ai/api/v1/session//stt/
Convert speech audio to text using the session's configured STT provider.
Request Parameters
| Parameter | Required | Description |
|---|---|---|
audio | Yes | Audio file (WAV, MP3, or other supported format) |
language | No | Language hint for better transcription (e.g., ko, en) |
Supported Audio Formats
- WAV (recommended)
- MP3
- Other formats supported by the configured STT provider
Response
Returns the transcribed text in the text field.
Example
Select "STTRequest" from the Examples dropdown to see the request format.
