Πίσω στο Print / Export
Σύνδεση Knoon AI με Print / Export (JotterPad) για αυτοματοποίηση ροών εργασίας AI.
Send Fountain screenplay text to JotterPad and generate a DOCX export. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportFountainToDocx
ΒΕΤΑ
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| fountain | mustache | Fountain screenplay text to export as a DOCX file. | Ναι |
| name | mustache | Optional screenplay name without extension. Defaults to "Untitled Document". | Όχι |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Feature","writer":"You"}). | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| status | string | DONE. |
| pendingFileUrl | string | URL to poll or download when ready. |
| inType | string | Input type (e.g. fountain). |
| outType | string | Output type (e.g. pdf). |
| jobStatus | string | Job state from JotterPad (pending/ok/error). |
| sensitive.exportId | string | ID of the export job. |
| sensitive.name | string | Suggested filename without extension. |