How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Telnyx Conference Commands API

Conference command operations

Telnyx Conference Commands API is one of 169 APIs that Telnyx publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Conference Commands. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 23 operations across 21 paths, and defines 39 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against a single base URL, https://api.telnyx.com/v2.

23 operations 21 paths 39 schemas 4 GET1 PATCH18 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://api.telnyx.com/v2
Authentication
HTTP Bearer, HTTP Bearer, OAuth 2.0, HTTP Bearer, HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 6

Telnyx Conference Commands API declares 6 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It accepts HTTP bearer tokens (branded-calling_bearerAuth). It supports OAuth 2.0 (oauthClientAuth) using the authorizationCode and clientCredentials flows, exposing 1 scope. It accepts HTTP bearer tokens (JWT) (outbound-voice-profiles_bearerAuth). It accepts HTTP bearer tokens (pronunciation-dicts_bearerAuth). It accepts HTTP bearer tokens (JWT) (stored-payment-transactions_bearerAuth). By default, every request must be authenticated.

  • branded-calling_bearerAuth — API key passed as a Bearer token in the Authorization header
  • oauthClientAuth — OAuth 2.0 authentication for Telnyx API and MCP integrations
  • pronunciation-dicts_bearerAuth — Telnyx API v2 key. Obtain from https://portal.telnyx.com

Paths & Operations 23

Across 21 paths, the API surfaces 23 operations — 4 GET, 1 PATCH, 18 POST. Each is listed below with its method, path, parameters, and response codes.

Conference Commands 23

Conference command operations

GET
/conferences
List conferences
ListConferences 3 params → 200401422
POST
/conferences
Create conference
CreateConference body → 200401422
GET
/conferences/{conference_id}/participants
List conference participants
ListConferenceParticipants 4 params → 200401404422
GET
/conferences/{id}
Retrieve a conference
RetrieveConference 2 params → 200404
POST
/conferences/{id}/actions/end
End a conference
EndConference 1 param body → 200401404422
POST
/conferences/{id}/actions/gather_using_audio
Gather DTMF using audio prompt in a conference
ConferenceGatherUsingAudio 1 param body → 200401404422
POST
/conferences/{id}/actions/hold
Hold conference participants
HoldConferenceParticipants 1 param body → 200401404422
POST
/conferences/{id}/actions/join
Join a conference
JoinConference 1 param body → 200401422
POST
/conferences/{id}/actions/leave
Leave a conference
LeaveConference 1 param body → 200401422
POST
/conferences/{id}/actions/mute
Mute conference participants
MuteConferenceParticipants 1 param body → 200401404422
POST
/conferences/{id}/actions/play
Play audio to conference participants
PlayConferenceAudio 1 param body → 200401404422
POST
/conferences/{id}/actions/record_pause
Conference recording pause
PauseConferenceRecording 1 param body → 200401404422
POST
/conferences/{id}/actions/record_resume
Conference recording resume
ResumeConferenceRecording 1 param body → 200401404422
POST
/conferences/{id}/actions/record_start
Conference recording start
StartConferenceRecording 1 param body → 200401404422
POST
/conferences/{id}/actions/record_stop
Conference recording stop
StopConferenceRecording 1 param body → 200401404422
POST
/conferences/{id}/actions/send_dtmf
Send DTMF to conference participants
ConferenceSendDTMF 1 param body → 200401404422
POST
/conferences/{id}/actions/speak
Speak text to conference participants
SpeakTextToConference 1 param body → 200401404422
POST
/conferences/{id}/actions/stop
Stop audio being played on the conference
StopConferenceAudio 1 param body → 200401404422
POST
/conferences/{id}/actions/unhold
Unhold conference participants
UnholdConferenceParticipants 1 param body → 200401404422
POST
/conferences/{id}/actions/unmute
Unmute conference participants
UnmuteConferenceParticipants 1 param body → 200401404422
POST
/conferences/{id}/actions/update
Update conference participant
UpdateConference 1 param body → 200401422
GET
/conferences/{id}/participants/{participant_id}
Retrieve a conference participant
RetrieveConferenceParticipant 2 params → 200401404422
PATCH
/conferences/{id}/participants/{participant_id}
Update a conference participant
UpdateConferenceParticipant 2 params body → 200401404422

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are ConferenceGatherUsingAudioRequest (16 properties), JoinConferenceRequest (14 properties), ConferenceParticipant (13 properties), Participant (13 properties). Each schema is shown below with its type and property counts.

RimeVoiceSettings
object
2 properties 1 required
LeaveConferenceRequest
object
4 properties 1 required
ResumeConferenceRecordingRequest
object
3 properties
ConferenceUnmuteRequest
object
2 properties
AzureVoiceSettings
object
6 properties 1 required
call-control_Errors
object
1 property
ConferenceUnholdRequest
object
2 properties 1 required
ConferenceGatherUsingAudioRequest
object
16 properties 1 required
ConferenceRegion
string
Region where the conference data is located. Defaults to the region defined in user's data locality settings (Europe or US).
Loopcount
ConferenceParticipantResource
object
1 property
JoinConferenceRequest
object
14 properties 1 required
StopRecordingConferenceRequest
object
4 properties
XAIVoiceSettings
object
2 properties 1 required
PaginationMeta
object
4 properties
ConferenceMuteRequest
object
2 properties
ElevenLabsVoiceSettings
object
2 properties 1 required
UpdateConferenceRequest
object
5 properties 2 required
TelnyxVoiceSettings
object
2 properties 1 required
ConferenceParticipant
object
13 properties
AWSVoiceSettings
object
1 property 1 required
Conference
object
11 properties 5 required
ConferenceSendDTMFRequest
object
4 properties 1 required
ConferenceHoldRequest
object
4 properties
ConferenceCommandResult
object
1 property 1 required
ConferenceSpeakRequest
object
8 properties 2 required
ResembleSampleRate
string
Audio sample rate in Hz.
EndConferenceRequest
object
1 property
ConferencePlayRequest
object
5 properties
call-control_Error
object
5 properties 2 required
Participant
object
13 properties 13 required
PauseConferenceRecordingRequest
object
3 properties
ConferenceStopRequest
object
2 properties
InworldVoiceSettings
object
1 property 1 required
CreateConferenceRequest
object
12 properties 2 required
StartConferenceRecordingRequest
object
7 properties 1 required
ResembleVoiceSettings
object
4 properties 1 required
UpdateConferenceParticipantRequest
object
3 properties
MinimaxVoiceSettings
object
5 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

telnyx-conference-commands-api-openapi.yml Raw ↑

Other APIs Telnyx publishes across the network.

Telnyx Access Tokens API
Telnyx Addresses API
Telnyx Advanced Number Orders API
Telnyx Assistants API
Telnyx Audio API
Telnyx Audit Logs API
Telnyx Authentication Providers API
Telnyx AutoRechargePreferences API
Telnyx Billing API
Telnyx Billing Groups API
Telnyx Brands API
Telnyx Bucket SSL Certificate API
Where this information came from

This is an independent, third-party profile of Telnyx Conference Commands API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.