POST
/
v1
/
realtime
/
stt
curl --request POST \
  --url https://api.tryhamsa.com/v1/realtime/stt \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "audioList": [
    123
  ],
  "audioBase64": "GkXfo59ChoEBQveBAULygQRC84EIQoKEd2VibUKHgQRChYECGFOAZwH ...",
  "language": "ar",
  "isEosEnabled": false,
  "eosThreshold": 0.3
}'
{
  "text": "<string>"
}

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token <api-key>'

Body

application/json

Response

200
application/json

Successful response

The response is of type object.