{"openapi":"3.1.0","info":{"title":"hotcopy.ai public API","version":"1.0.0","description":"Public endpoints for hotcopy.ai marketing site. The full CLI + orchestrator API is separately documented with the authenticated hotcopy service.","contact":{"url":"https://hotcopy.ai/"}},"servers":[{"url":"https://hotcopy.ai"}],"paths":{"/api/waitlist":{"post":{"summary":"Join the hotcopy private-beta waitlist","operationId":"joinWaitlist","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["email"],"properties":{"email":{"type":"string","format":"email","description":"Email address to add to the waitlist."}}}}}},"responses":{"200":{"description":"Successfully added (or re-added) to the waitlist.","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"},"message":{"type":"string"}}}}}},"400":{"description":"Invalid email or body."},"429":{"description":"Resubmitted the same email within 60 seconds."}}}}}}