Convert a screenplay file to ScreenJSON
Conversion
Convert a screenplay file to ScreenJSON
Upload a screenplay in a supported writer format. The server returns the resulting ScreenJSON document as JSON.
Accepts either multipart/form-data with a file field, or a raw body with the format specified via query parameter.
Max request body: 50 MB.
POST
Convert a screenplay file to ScreenJSON
Documentation Index
Fetch the complete documentation index at: https://docs.screenjson.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Input format. Required when sending a raw body; auto-detected from filename when using multipart.
Available options:
fdx, fadein, fountain, pdf, json, yaml Primary language tag (BCP 47). Defaults to en.
Body
Response
ScreenJSON document
A ScreenJSON document. See the Specification tab.