elevenlabs · Capability

ElevenLabs Voice Cloning API — Professional Voice Cloning

ElevenLabs Voice Cloning API — Professional Voice Cloning. 1 operations. Lead operation: Create professional voice clone. Self-contained Naftiko capability covering one Elevenlabs business surface.

Run with Naftiko ElevenlabsProfessional Voice Cloning

What You Can Do

POST
Createprofessionalvoiceclone — Create professional voice clone
/v1/v1/voices/{voice-id}/professional

MCP Tools

create-professional-voice-clone

Create professional voice clone

Capability Spec

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