Fungenerators Taunt
Connector for the fungenerators-taunt API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.fungenerators.com - Auth:
header:X-Fungenerators-Api-Secret(pass your key via theapiKeyinput)
Operations
get_taunt_categories— GET /taunt/categories — Get available taunt generation categories.get_taunt_generate— GET /taunt/generate — Generated taunts in the given category
Inputs
apiKey— your fungenerators-taunt API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_taunt_categories
apiKey: <your key>