@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api EasyPDFServer
@base https://api.easypdfserver.com
@version 1
@endpoints 1
@toc make-pdf(1)

@endpoint POST /make-pdf
@desc Generate a PDF from HTML or URL.
@required {key: str}
@optional {html: str, url: str}
@returns(200) Your PDF file

@end
