Deepgram · Capability

Deepgram Speech-to-Text API — Text Intelligence

Deepgram Speech-to-Text API — Text Intelligence. 1 operations. Lead operation: Deepgram Analyze text content. Self-contained Naftiko capability covering one Deepgram business surface.

Run with Naftiko DeepgramText Intelligence

What You Can Do

POST
Analyzetext — Deepgram Analyze text content
/v1/v1/read

MCP Tools

deepgram-analyze-text-content

Deepgram Analyze text content

Capability Spec

speech-to-text-text-intelligence.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Deepgram Speech-to-Text API — Text Intelligence
  description: 'Deepgram Speech-to-Text API — Text Intelligence. 1 operations. Lead operation: Deepgram Analyze text content.
    Self-contained Naftiko capability covering one Deepgram business surface.'
  tags:
  - Deepgram
  - Text Intelligence
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEEPGRAM_API_KEY: DEEPGRAM_API_KEY
capability:
  consumes:
  - type: http
    namespace: speech-to-text-text-intelligence
    baseUri: https://api.deepgram.com
    description: Deepgram Speech-to-Text API — Text Intelligence business capability. Self-contained, no shared references.
    resources:
    - name: v1-read
      path: /v1/read
      operations:
      - name: analyzetext
        method: POST
        description: Deepgram Analyze text content
        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: speech-to-text-text-intelligence-rest
    port: 8080
    description: REST adapter for Deepgram Speech-to-Text API — Text Intelligence. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/read
      name: v1-read
      description: REST surface for v1-read.
      operations:
      - method: POST
        name: analyzetext
        description: Deepgram Analyze text content
        call: speech-to-text-text-intelligence.analyzetext
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: speech-to-text-text-intelligence-mcp
    port: 9090
    transport: http
    description: MCP adapter for Deepgram Speech-to-Text API — Text Intelligence. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: deepgram-analyze-text-content
      description: Deepgram Analyze text content
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: speech-to-text-text-intelligence.analyzetext
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.