Print / Export로 돌아가기
Knoon AI를 Print / Export (JotterPad)과 연결하여 AI 워크플로우를 자동화하세요.
Send Fountain screenplay text to JotterPad and generate a Final Draft (FDX) file. Returns an export job with ID and a pendingFileUrl to track progress.
jotterpadExportFountainToFdx
베타
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| fountain | mustache | Fountain screenplay text to export as a Final Draft (FDX) file. | 네 |
| name | mustache | Optional screenplay name without extension. Defaults to "Untitled Document". | 아니요 |
| metadataJson | mustache | Optional JSON string for metadata to embed (e.g. {"title":"Spec Script"}). | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. fdx). |
| jobStatus | string | Job state from JotterPad (pending/ok/error). |
| sensitive.exportId | string | ID of the export job. |
| sensitive.name | string | Suggested filename without extension. |