@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api perfectpdf api
@base https://services.scideas.net
@version 1.0
@endpoints 1
@toc perfectpdf(1)

@endpoint POST /perfectpdf/api
@desc Returns PDF document.
@required {api_key: str # api key, html: str # html/css markup}
@returns(200) Either a PDF document or an error message

@end
