{"note":"OpenAPI conversion -- returning structured metadata","name":"doqs-dev","description":"doqs.dev | PDF filling API","version":"1.0","base_url":"https://api.doqs.dev/v1","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api doqs.dev | PDF filling API\n@base https://api.doqs.dev/v1\n@version 1.0\n@auth ApiKey x-api-key in header\n@endpoints 4\n@toc pdf-filling(2), pdf-generator(2)\n\n@group pdf-filling\n@endpoint POST /pdf-filling/templates/{id}/fill\n@desc Fill\n@required {id: str}\n@optional {data: map=[object Object]}\n@returns(200) Successful Response\n@errors {4XX: Client Error, 5XX: Server Error}\n\n@endpoint GET /pdf-filling/templates\n@desc List\n@optional {limit: int=100, offset: int=0}\n@returns(200) {results: [map]} # Successful Response\n@errors {4XX: Client Error, 5XX: Server Error}\n\n@endgroup\n\n@group pdf-generator\n@endpoint POST /pdf-generator/render\n@desc Render Pdf\n@required {template_html: str}\n@optional {header_template: any, footer_template: any, pdf: any=[object Object], presigned_upload: any}\n@returns(200) Retrieve the rendered PDF.\n@errors {408: Timeout while rendering the PDF, 426: Free tier quota exceeded for the month, 4XX: Client Error, 5XX: Server Error}\n\n@endpoint GET /pdf-generator/submissions\n@desc Get Submissions\n@optional {limit: int=100, offset: int=0}\n@returns(200) {results: [map]} # Successful Response\n@errors {4XX: Client Error, 5XX: Server Error}\n\n@endgroup\n\n@end\n"}