Skip to main content
POST
/
export
Export a ScreenJSON document to a screenplay format
curl --request POST \
  --url http://localhost:8080/export \
  --header 'Content-Type: application/json' \
  --data '{}'
"<string>"

Query Parameters

format
enum<string>
required

Target format.

Available options:
fdx,
fadein,
fountain,
pdf,
json,
yaml
lang
string
default:en

Primary language tag (BCP 47) used to pick text from each language map.

Body

ScreenJSON document.

Response

Exported file

The response is of type file.