{"files":{"SKILL.md":"---\nname: selectpdf-html-to-pdf-api\ndescription: \"SelectPdf HTML To PDF API skill. Use when working with SelectPdf HTML To PDF for api2. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# SelectPdf HTML To PDF API\nAPI version: 1.0.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://selectpdf.com/\n\n## Setup\n1. No auth setup needed\n2. Verify API access with a test request\n3. POST /api2/convert -- create first convert\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Api2\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /api2/convert | Performs a html to pdf conversion |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a convert?\" -> POST /api2/convert\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- Error responses include status codes and descriptions in the spec\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 SelectPdf HTML To PDF API\n@base https://selectpdf.com/\n@version 1.0.0\n@endpoints 1\n@toc api2(1)\n\n@endpoint POST /api2/convert\n@desc Performs a html to pdf conversion\n@optional {parameters: map # Conversion parameters}\n@returns(200) The API call succeeded. The pdf document is returned.\n@errors {400: Bad Request. Url or html string not specified. The body of the response contains an explanation in plain text., 401: Authorization Required. License key not specified or invalid. The body of the response contains an explanation in plain text., 499: Conversion error. The body of the response contains an explanation in plain text.}\n\n@end\n"}}