{"note":"OpenAPI conversion -- returning structured metadata","name":"fungenerators-com-taunt","description":"Taunt as a service","version":"1.5","base_url":"https://api.fungenerators.com/","endpoints":2,"raw":"@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"}