Resemble AI · Capability

API Reference — subpackage_voiceDesign

API Reference — subpackage_voiceDesign. 2 operations. Lead operation: Generate voice candidates. Self-contained Naftiko capability covering one Resemble Ai business surface.

Run with Naftiko Resemble Aisubpackage_voiceDesign

What You Can Do

POST
Generatevoicedesign — Generate voice candidates
/v1/voice-design
POST
Createvoicefromcandidate — Create voice from candidate
/v1/voice-design/create

MCP Tools

generate-voice-candidates

Generate voice candidates

create-voice-candidate

Create voice from candidate

Capability Spec

resemble-ai-subpackage-voicedesign.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — subpackage_voiceDesign
  description: 'API Reference — subpackage_voiceDesign. 2 operations. Lead operation: Generate voice candidates. Self-contained
    Naftiko capability covering one Resemble Ai business surface.'
  tags:
  - Resemble Ai
  - subpackage_voiceDesign
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RESEMBLE_AI_API_KEY: RESEMBLE_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: resemble-ai-subpackage-voicedesign
    baseUri: https://f.cluster.resemble.ai
    description: API Reference — subpackage_voiceDesign business capability. Self-contained, no shared references.
    resources:
    - name: voice-design
      path: /voice-design
      operations:
      - name: generatevoicedesign
        method: POST
        description: Generate voice candidates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: API token from https://app.resemble.ai/account/api
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: voice-design-create
      path: /voice-design/create
      operations:
      - name: createvoicefromcandidate
        method: POST
        description: Create voice from candidate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: API token from https://app.resemble.ai/account/api
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.RESEMBLE_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: resemble-ai-subpackage-voicedesign-rest
    port: 8080
    description: REST adapter for API Reference — subpackage_voiceDesign. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/voice-design
      name: voice-design
      description: REST surface for voice-design.
      operations:
      - method: POST
        name: generatevoicedesign
        description: Generate voice candidates
        call: resemble-ai-subpackage-voicedesign.generatevoicedesign
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/voice-design/create
      name: voice-design-create
      description: REST surface for voice-design-create.
      operations:
      - method: POST
        name: createvoicefromcandidate
        description: Create voice from candidate
        call: resemble-ai-subpackage-voicedesign.createvoicefromcandidate
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: resemble-ai-subpackage-voicedesign-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — subpackage_voiceDesign. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: generate-voice-candidates
      description: Generate voice candidates
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: resemble-ai-subpackage-voicedesign.generatevoicedesign
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: create-voice-candidate
      description: Create voice from candidate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: resemble-ai-subpackage-voicedesign.createvoicefromcandidate
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.