{"files":{"SKILL.md":"---\nname: taunt-as-a-service\ndescription: \"Taunt as a service API skill. Use when working with Taunt as a service for taunt. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Taunt as a service\nAPI version: 1.5\n\n## Auth\nApiKey X-Fungenerators-Api-Secret in header\n\n## Base URL\nhttps://api.fungenerators.com/\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /taunt/categories -- get available taunt generation categories.\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Taunt\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /taunt/categories | Get available taunt generation categories. |\n| GET | /taunt/generate | Generated taunts in the given category |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all categories?\" -> GET /taunt/categories\n- \"List all generate?\" -> GET /taunt/generate\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- Paginated endpoints accept limit/offset or cursor parameters\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 Taunt as a service\n@base https://api.fungenerators.com/\n@version 1.5\n@auth ApiKey X-Fungenerators-Api-Secret in header\n@endpoints 2\n@toc taunt(2)\n\n@endpoint GET /taunt/categories\n@desc Get available taunt generation categories.\n@optional {start: int(integer) # start, limit: int(integer) # limit}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /taunt/generate\n@desc Generated taunts in the given category\n@required {category: str(string) # Category to generator taunt from}\n@optional {limit: int(integer) # Limit. Controls number of taunts generated. Max of 5-10 based on the plan}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@end\n"}}