Tilbake til Print / Export
Koble til Knoon AI med Print / Export (JotterPad) for å automatisere AI-arbeidsflyter.
Send Markdown content to JotterPad and generate a ZIP package (content + metadata). Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportMarkdownToZip
BETA
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| markdown | mustache | Markdown content to export as a ZIP package. | Ja |
| name | mustache | Optional package name without extension. Defaults to "Untitled Package". | Nei |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"projectId":"abc123"}). | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| status | string | DONE. |
| exportId | string | ID of the export job. |
| pendingFileUrl | string | URL to poll or download when ready. |
| inType | string | Input type (e.g. markdown). |
| outType | string | Output type (e.g. zip). |
| name | string | Suggested filename without extension. |