Automatic Speech Recognition
To convert spoken language (an audio signal) into text.
| Path Parameters |
|---|
automatic_speech_recognition_api_id integer — REQUIREDThe API ID. |
| Header Parameters |
|---|
Authorization string — REQUIREDBearer Auth Example: Bearer #your_token |
| Request Body |
|---|
session_id stringUnique identifier used to maintain user session state. If not provided, a new session_id will be generated and returned in the response. |
model stringName of the model to use. |
file binary — REQUIREDThe audio file. |
| Responses | ||||||
|---|---|---|---|---|---|---|
200OK
| ||||||
400Invalid input | ||||||
401Unauthorized | ||||||
404Record not found |