{"files":{"SKILL.md":"---\nname: perfectpdf-api\ndescription: \"perfectpdf API skill. Use when working with perfectpdf for perfectpdf. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# perfectpdf api\nAPI version: 1.0\n\n## Auth\nDetected auth parameter: `api_key` (found in parameter)\n\n## Base URL\nhttps://services.scideas.net\n\n## Setup\n1. Set the `api_key` parameter for authentication\n2. Verify API access with a test request\n3. POST /perfectpdf/api -- create first api\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Perfectpdf\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /perfectpdf/api | Returns PDF document. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a api?\" -> POST /perfectpdf/api\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 perfectpdf api\n@base https://services.scideas.net\n@version 1.0\n@endpoints 1\n@toc perfectpdf(1)\n\n@endpoint POST /perfectpdf/api\n@desc Returns PDF document.\n@required {api_key: str # api key, html: str # html/css markup}\n@returns(200) Either a PDF document or an error message\n\n@end\n"}}