{"info":{"title":"StableMerch Coozies API","version":"1.0.0"},"openapi":"3.1.0","paths":{"/api/coozie":{"post":{"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"x-payment-info":{"amount":"16000000","currency":"0x20c000000000000000000000b9537d11c60e8b50","intent":"charge","method":"tempo","recipient":"0x53d8436F1c692fdbA97dAF29e2a27517206Ca33a"},"summary":"Custom coozie from your image. $16 per coozie. Same image on front and back.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["imageUrl","address_to"],"properties":{"imageUrl":{"type":"string","minLength":1,"description":"HTTP/HTTPS URL or base64 data URL (data:image/...). Best results with square (1:1) or near-square (4:5) images. Print area is 1275x1350px per side. Same image printed on front and back."},"address_to":{"type":"object","required":["first_name","last_name","email","country","region","address1","city","zip"],"properties":{"first_name":{"type":"string","minLength":1},"last_name":{"type":"string","minLength":1},"email":{"type":"string","format":"email"},"phone":{"type":"string","minLength":7,"maxLength":32,"default":""},"country":{"type":"string","pattern":"^[A-Z]{2}$"},"region":{"type":"string","minLength":1},"address1":{"type":"string","minLength":1},"address2":{"type":"string","default":""},"city":{"type":"string","minLength":1},"zip":{"type":"string","minLength":1}}}}}}}}}}},"x-service-info":{"categories":["merch","print-on-demand","ecommerce"],"docs":{"homepage":"https://stablemerch.dev","llms":"/llms.txt"}}}