Skip to main content
GET
Typescript (SDK)

Authorizations

Syllable-API-Key
string
header
required

Query Parameters

selected_provider
string | null

Response

Successful Response

provider
string
required

Speech-to-text provider value, as stored on the agent.

Example:

"Google STT V2"

display_name
string
required

Human-readable name of the provider.

Example:

"Google STT V2"

deprecated
boolean
default:false

Whether the provider is in the deprecation warning window.

Example:

false

sunset_date
string<date> | null

Date the provider becomes retired and can no longer be saved or selected.

Example:

null

removed
boolean
default:false

Whether the provider is force-retired regardless of sunset_date.

Example:

false

fallback
string | null

Provider substituted at runtime for critical features once this one is retired.

Example:

null

status
enum<string> | null

Effective lifecycle status, resolved server-side against the current date.

Available options:
active,
deprecated,
retired
Example:

"active"