@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
@required {api_key: str, html: str}
@returns(200)

@end
