{"version":1,"resources":["https://www.shirt.sh/api/shirts","https://www.shirt.sh/api/shirts/from-image"],"ownershipProofs":["0x1e5f317830136c396d126d2d5027bef113aa4b2e6e1ef793a6ad36b7c6d8b5131c0537145d3ddaf3e45255868822646637ef37d950bd242d611c7a5a83a3e0991c","0x082da58c062805a9b4df24b52f0870a5300d7a4187fd320c30387bde92dd86655b6df1fa6260977b7a4d4dc8e030e9de622e506f4e56c4995ebdd0dba479fc8c1b"],"instructions":"\n# ShirtSlop API\n\nCreate custom t-shirts with AI-generated designs or your own images.\n\n## Endpoints\n\n### POST /api/shirts\nCreate a shirt from an AI prompt. Requires:\n- prompt: Design description (10-4000 chars)\n- size: S, M, L, XL, 2XL, 3XL, 4XL, 5XL\n- color: Black or White\n- address_to: Shipping address object (see below)\n\n### POST /api/shirts/from-image\nCreate a shirt from your own image. Requires:\n- imageUrl: HTTP URL or base64 data URL\n- size, color, address_to: Same as above\n\n## address_to Object (all required unless noted)\n- first_name: Recipient's first name\n- last_name: Recipient's last name\n- email: Recipient's email address\n- phone: Phone number for shipping notifications (7-32 chars, optional)\n- country: ISO-3166-1 alpha-2 country code (e.g., \"US\", \"CA\", \"GB\")\n- region: State/province code (e.g., \"NY\", \"CA\", \"ON\")\n- address1: Street address\n- address2: (optional) Apt, suite, unit, etc.\n- city: City name\n- zip: Postal/ZIP code\n\nPrice: $20.00 per shirt (includes design + printing + shipping)\n"}