Skip to main content
POST
Test Voice Processing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Voice processing test request.

text
string
required
Required string length: 1 - 1000
source_language
string
default:en
Required string length: 2 - 10
target_language
string
default:en
Required string length: 2 - 10
test_type
string
default:tts
Pattern: ^(asr|tts|llm)$

Response

Successful Response