{"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\nRequires API key (api_key parameter)\n\n## Base URL\nhttps://services.scideas.net\n\n## Setup\n1. Include your API key via the api_key parameter\n3. POST /perfectpdf/api -- create first api\n\n## Endpoints\n\n1 endpoints across 1 groups. 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\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a api?\" -> POST /perfectpdf/api\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints typically return the created/updated object\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get perfectpdf-api -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search perfectpdf-api\n```\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"}}