Jobs
Queue a screenplay conversion job
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Example:
"screenplays/input/script.fdx"
Example:
"screenplays/output/script-v1"
Example:
"12345"
Example:
[
"convert-fdx-to-screenjson",
"validate-screenjson"
]Example:
{ "encrypt_key": "mysecretkey123" }