Kategorien

Dialog-Isolation

Trennt Vocals und Begleitung mit Spleeter oder MDX

Fuehrt externe Engines aus und packt die Stems als zip.

Click to upload file or drag and drop file here

Maximum file size: 200MB Supported formats: audio/*

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/audio-dialog-isolation

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
audioFile file (Upload erforderlich) Ja -
engine select Nein -
outputFormat select Nein -

Dateitypparameter müssen erst über POST /upload/audio-dialog-isolation hochgeladen werden, um filePath zu erhalten, dann filePath an das entsprechende Dateifeld übergeben.

Antwortformat

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
Datei: Datei

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

{
  "mcpServers": {
    "elysiatools-audio-dialog-isolation": {
      "name": "audio-dialog-isolation",
      "description": "Trennt Vocals und Begleitung mit Spleeter oder MDX",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=audio-dialog-isolation",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Unterstützt URL-Dateilinks oder Base64-Codierung für Dateiparameter.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]