cURL
curl --request POST \ --url http://localhost:8080/export \ --header 'Content-Type: application/json' \ --data '{}'
"<string>"
POST a ScreenJSON document (JSON or YAML) and receive the exported screenplay as a binary download.
The response’s Content-Type and Content-Disposition are set based on the requested output format.
Content-Type
Content-Disposition
Max request body: 50 MB.
Target format.
fdx
fadein
fountain
pdf
json
yaml
Primary language tag (BCP 47) used to pick text from each language map.
ScreenJSON document.
Exported file
The response is of type file.
file