@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api DynamicDocs
@base https://dynamicdocs.p.rapidapi.com
@version 1.0
@auth ApiKey ADVICEment API Key in header | ApiKey RapidAPI.com API Key in header
@endpoints 1
@toc templates(1)

@endpoint POST /templates/{template-token}/compile
@required {Content-Type: str=application/json}
@optional {doc-url-expires-in: int, latex-compiler: str(pdflatex/lualatex), latex-runs : int, main-file-name: str, doc-file-name: str}
@returns(200)
@errors {401}

@end
