{"files":{"SKILL.md":"---\nname: easypdfserver\ndescription: \"EasyPDFServer API skill. Use when working with EasyPDFServer for make-pdf. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# EasyPDFServer\nAPI version: 1\n\n## Auth\nDetected auth parameter: `key` (found in parameter)\n\n## Base URL\nhttps://api.easypdfserver.com\n\n## Setup\n1. Set the `key` parameter for authentication\n2. Verify API access with a test request\n3. POST /make-pdf -- create first make-pdf\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Make-pdf\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /make-pdf | Generate a PDF from HTML or URL. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a make-pdf?\" -> POST /make-pdf\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api EasyPDFServer\n@base https://api.easypdfserver.com\n@version 1.0\n@endpoints 1\n@toc make-pdf(1)\n\n@endpoint POST /make-pdf\n@desc Generate a PDF from HTML or URL.\n@required {key: str}\n@optional {html: str, url: str}\n@returns(200) Your PDF file\n\n@end\n"}}