{"name":"creature-kit","description":"Generates a complete creature kit in one call: an original 5e-style stat block plus a rendered image of the creature. Send a creature name (any monster, myth, cryptid, or homebrew), with an optional art style, source hint, and target challenge rating, and get back balanced original game statistics (AC, HP, attacks, abilities) and a hosted image URL, each with per-component timing. Composite: one call runs creature-statblock + creature-image in parallel over the same creature, so a game master gets stats and art together instead of stitching two endpoints. Use it as a monster generator API, TTRPG creature kit, D&D statblock-and-art tool, or homebrew bestiary builder.","price":"$0.09","method":"POST","input_schema":{"properties":{"creature":{"type":"string","description":"Creature to build a kit for: any monster, myth, cryptid, or homebrew name. Max 120 chars."},"style":{"type":"string","description":"Optional image art style: fantasy-art, realistic, anime, oil-painting, ink-sketch, watercolor, pixel-art, or comic-book. Default fantasy-art."},"source":{"type":"string","description":"Optional source or setting hint (e.g. 'Norse myth', 'homebrew'). Max 80 chars."},"challenge_hint":{"type":"string","description":"Optional target challenge rating for the stat block (e.g. 'CR 5'). Max 40 chars."}},"required":["creature"]},"input_example":{"creature":"young brass dragon","style":"fantasy-art","challenge_hint":"CR 6"},"output_example":{"creature":"young brass dragon","statblock":{"name":"Young Brass Dragon","armor_class":17,"hit_points":110},"image":{"image_url":"https://v3.fal.media/files/example/brass-dragon.png","style":"fantasy-art"},"composed_of":["creature-statblock","creature-image"]},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}