ModelsSttTest

/Models/stt/test

POST
/Models/stt/test
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.speaknode.com/api/Models/stt/test" \  -H "Content-Type: application/json" \  -d '{}'
{
  "text": "string"
}