Skip to main content
POST
Validate Provider Configuration

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 provider validation.

voice_provider
string | null
default:elevenlabs

TTS provider name

voice_id
string | null

Voice ID to validate

transcriber_provider
string | null
default:deepgram

STT provider name

transcriber_model
string | null

STT model to validate

model_provider
string | null
default:openai

LLM provider name

model_name
string | null

LLM model to validate

Response

Successful Response