elevenlabs · Capability

ElevenLabs Speech to Text API — Speech to Text

ElevenLabs Speech to Text API — Speech to Text. 2 operations. Lead operation: Convert speech to text. Self-contained Naftiko capability covering one Elevenlabs business surface.

Run with Naftiko ElevenlabsSpeech to Text

What You Can Do

POST
Convertspeechtotext — Convert speech to text
/v1/v1/speech-to-text
POST
Convertspeechtotextasync — Convert speech to text asynchronously
/v1/v1/speech-to-text/async

MCP Tools

convert-speech-text

Convert speech to text

convert-speech-text-asynchronously

Convert speech to text asynchronously

Capability Spec

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