{"openapi":"3.1.0","info":{"title":"Pudding Proof Meme Maker","description":"This tool lets you create custom meme images by adding text captions to pictures of pudding with various font and styling options.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/pudding-proof-meme-maker":{"get":{"operationId":"puddingProofMemeMaker","summary":"This tool lets you create custom meme images by adding text captions to pictures of pudding with various font and styling options.","parameters":[{"name":"top_text","in":"query","required":false,"description":"Top text","schema":{"type":"string"}},{"name":"bottom_text","in":"query","required":false,"description":"Bottom text","schema":{"type":"string"}},{"name":"proof_text","in":"query","required":false,"description":"Proof written on the pudding","schema":{"type":"string"}},{"name":"font_style","in":"query","required":false,"description":"Font style","schema":{"type":"string","enum":["impact","serif","mono","round"]}},{"name":"text_size","in":"query","required":false,"description":"Text size (px)","schema":{"type":"number"}},{"name":"background_image","in":"query","required":false,"description":"Background image (optional)","schema":{"type":"string"}},{"name":"uppercase_text","in":"query","required":false,"description":"UPPERCASE the text","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}