Telnyx · Capability

Telnyx API — Speech to text Usage Reports

Telnyx API — Speech to text Usage Reports. 1 operations. Lead operation: Get speech to text usage report. Self-contained Naftiko capability covering one Telnyx business surface.

Run with Naftiko TelnyxSpeech to text Usage Reports

What You Can Do

GET
Getsttusagereportsync — Get speech to text usage report
/v1/legacy/reporting/usage-reports/speech-to-text

MCP Tools

get-speech-text-usage-report

Get speech to text usage report

read-only idempotent

Capability Spec

telnyx-speech-to-text-usage-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Telnyx API — Speech to text Usage Reports
  description: 'Telnyx API — Speech to text Usage Reports. 1 operations. Lead operation: Get speech to text usage report.
    Self-contained Naftiko capability covering one Telnyx business surface.'
  tags:
  - Telnyx
  - Speech to text Usage Reports
  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-usage-reports
    baseUri: https://api.telnyx.com/v2
    description: Telnyx API — Speech to text Usage Reports business capability. Self-contained, no shared references.
    resources:
    - name: legacy-reporting-usage_reports-speech_to_text
      path: /legacy/reporting/usage_reports/speech_to_text
      operations:
      - name: getsttusagereportsync
        method: GET
        description: Get speech to text usage report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: start_date
          in: query
          type: string
        - name: end_date
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.TELNYX_API_KEY}}'
  exposes:
  - type: rest
    namespace: telnyx-speech-to-text-usage-reports-rest
    port: 8080
    description: REST adapter for Telnyx API — Speech to text Usage Reports. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/legacy/reporting/usage-reports/speech-to-text
      name: legacy-reporting-usage-reports-speech-to-text
      description: REST surface for legacy-reporting-usage_reports-speech_to_text.
      operations:
      - method: GET
        name: getsttusagereportsync
        description: Get speech to text usage report
        call: telnyx-speech-to-text-usage-reports.getsttusagereportsync
        with:
          start_date: rest.start_date
          end_date: rest.end_date
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: telnyx-speech-to-text-usage-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Telnyx API — Speech to text Usage Reports. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-speech-text-usage-report
      description: Get speech to text usage report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: telnyx-speech-to-text-usage-reports.getsttusagereportsync
      with:
        start_date: tools.start_date
        end_date: tools.end_date
      outputParameters:
      - type: object
        mapping: $.