PDF-Zertifikate Batch
Erstellt Zertifikate aus CSV
Eine Seite pro CSV-Zeile.
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/pdf-certificates-batch
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| csvContent | textarea | Ja | - |
| certificateTitle | text | Nein | - |
| organizationName | text | Nein | - |
| awardText | text | Nein | - |
| signatoryName | text | Nein | - |
| signatureLabel | text | Nein | - |
| datePrefix | text | Nein | - |
| nameField | text | Nein | - |
| dateField | text | Nein | - |
| courseField | text | Nein | - |
| scoreField | text | Nein | - |
| themeColor | color | Nein | - |
| pageSize | select | Nein | - |
| landscape | checkbox | Nein | - |
| waitUntil | select | Nein | - |
| waitTime | number | Nein | - |
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-pdf-certificates-batch": {
"name": "pdf-certificates-batch",
"description": "Erstellt Zertifikate aus CSV",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-certificates-batch",
"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.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]