Deepgram · Capability

Deepgram Text-to-Speech API — Text-To-Speech

Deepgram Text-to-Speech API — Text-To-Speech. 1 operations. Lead operation: Deepgram Convert text to speech. Self-contained Naftiko capability covering one Deepgram business surface.

Run with Naftiko DeepgramText-To-Speech

What You Can Do

POST
Synthesizespeech — Deepgram Convert text to speech
/v1/v1/speak

MCP Tools

deepgram-convert-text-speech

Deepgram Convert text to speech

Capability Spec

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