Skip to main content
POST
Validate Tts Provider

Authorizations

Authorization
string
header
required

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

Body

application/json

Request model for single provider validation.

provider
string
required

Provider name (e.g., 'elevenlabs', 'deepgram')

provider_type
string
required

Provider type: 'tts', 'stt', or 'llm'

voice_id
string | null

Voice ID (for TTS)

model
string | null

Model name (for STT/LLM)

Response

Successful Response