ย้อนกลับไปยัง Print / Export
เชื่อมต่อ Knoon AI กับ Print / Export (JotterPad) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Send HTML content to JotterPad and generate an EPUB export. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportHtmlToEpub
เบต้า
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| html | mustache | HTML content to export as an EPUB file. | ใช่ |
| name | mustache | Optional document name without extension. Defaults to "Untitled Document". | ไม่ |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Ebook"}). | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| status | string | DONE. |
| pendingFileUrl | string | URL to poll or download when ready. |
| inType | string | Input type (e.g. html). |
| outType | string | Output type (e.g. zip). |
| jobStatus | string | Job state from JotterPad (pending/ok/error). |
| sensitive.exportId | string | ID of the export job. |
| sensitive.name | string | Suggested filename without extension. |