elevenlabs · Capability

ElevenLabs Sound Effects API — Sound Effects

ElevenLabs Sound Effects API — Sound Effects. 1 operations. Lead operation: Create sound effect. Self-contained Naftiko capability covering one Elevenlabs business surface.

Run with Naftiko ElevenlabsSound Effects

What You Can Do

POST
Createsoundeffect — Create sound effect
/v1/v1/sound-generation

MCP Tools

create-sound-effect

Create sound effect

Capability Spec

sound-effects-sound-effects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ElevenLabs Sound Effects API — Sound Effects
  description: 'ElevenLabs Sound Effects API — Sound Effects. 1 operations. Lead operation: Create sound effect. Self-contained
    Naftiko capability covering one Elevenlabs business surface.'
  tags:
  - Elevenlabs
  - Sound Effects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ELEVENLABS_API_KEY: ELEVENLABS_API_KEY
capability:
  consumes:
  - type: http
    namespace: sound-effects-sound-effects
    baseUri: https://api.elevenlabs.io
    description: ElevenLabs Sound Effects API — Sound Effects business capability. Self-contained, no shared references.
    resources:
    - name: v1-sound-generation
      path: /v1/sound-generation
      operations:
      - name: createsoundeffect
        method: POST
        description: Create sound effect
        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: sound-effects-sound-effects-rest
    port: 8080
    description: REST adapter for ElevenLabs Sound Effects API — Sound Effects. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/sound-generation
      name: v1-sound-generation
      description: REST surface for v1-sound-generation.
      operations:
      - method: POST
        name: createsoundeffect
        description: Create sound effect
        call: sound-effects-sound-effects.createsoundeffect
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sound-effects-sound-effects-mcp
    port: 9090
    transport: http
    description: MCP adapter for ElevenLabs Sound Effects API — Sound Effects. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: create-sound-effect
      description: Create sound effect
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sound-effects-sound-effects.createsoundeffect
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.