Telnyx · Capability

Telnyx API — Speech To Text over WebSockets

Telnyx API — Speech To Text over WebSockets. 1 operations. Lead operation: Speech to text over WebSocket. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxSpeech To Text over WebSockets

What You Can Do

GET
Transcriptionoverws — Speech to text over WebSocket
/v1/speech-to-text/transcription

MCP Tools

speech-text-over-websocket

Speech to text over WebSocket

read-only idempotent

Capability Spec

telnyx-speech-to-text-over-websockets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — Speech To Text over WebSockets
  description: 'Telnyx API — Speech To Text over WebSockets. 1 operations. Lead operation: Speech to text over WebSocket.
    Self-contained Naftiko capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - Speech To Text over WebSockets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TELNYX_API_KEY: TELNYX_API_KEY
capability:
  consumes:
  - type: http
    namespace: telnyx-speech-to-text-over-websockets
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — Speech To Text over WebSockets business capability. Self-contained, no shared references.
    resources:
    - name: speech-to-text-transcription
      path: /speech-to-text/transcription
      operations:
      - name: transcriptionoverws
        method: GET
        description: Speech to text over WebSocket
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-speech-to-text-over-websockets-rest
    port: 8080
    description: REST adapter for Telnyx API — Speech To Text over WebSockets. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/speech-to-text/transcription
      name: speech-to-text-transcription
      description: REST surface for speech-to-text-transcription.
      operations:
      - method: GET
        name: transcriptionoverws
        description: Speech to text over WebSocket
        call: telnyx-speech-to-text-over-websockets.transcriptionoverws
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-speech-to-text-over-websockets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — Speech To Text over WebSockets. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: speech-text-over-websocket
      description: Speech to text over WebSocket
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-speech-to-text-over-websockets.transcriptionoverws
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.