{"endpoint":"/api/contact","method":"POST","contentType":"application/json","description":"Submit a contact request to the OneCheckout & OneText team. Only `email` and `interest` are required.","fields":[{"name":"email","type":"string","required":true,"description":"Contact email address."},{"name":"interest","type":"string (enum)","required":true,"description":"Which use case you're most excited about.","enum":[{"value":"developer","label":"Integrating services as a developer"},{"value":"build_agent","label":"Building an agent that can buy"},{"value":"buy_from_agent","label":"Buying from an agent"},{"value":"platform_buttons","label":"Adding instant-buy buttons to a platform"},{"value":"not_interested","label":"I'm not interested"},{"value":"other","label":"Other"}]},{"name":"firstName","type":"string","required":false,"description":"Given name."},{"name":"lastName","type":"string","required":false,"description":"Family name."},{"name":"companyUrl","type":"string (URL)","required":false,"description":"Company or brand URL. A bare domain is accepted."},{"name":"message","type":"string","required":false,"description":"What you'd like to let us know."},{"name":"dreamPurchase","type":"string","required":false,"description":"If you could buy anything via AI, what would it be?"}],"example":{"request":{"firstName":"Ada","lastName":"Lovelace","email":"ada@example.com","companyUrl":"https://example.com","interest":"build_agent","message":"Exploring OneCheckout for an autonomous shopping agent.","dreamPurchase":"Groceries delivered before I run out."},"response":{"ok":true,"id":"<uuid>","message":"Received. We'll be in touch."}},"curl":"curl -X POST https://www.onecheckout.ai/api/contact -H \"Content-Type: application/json\" -d '{\"firstName\":\"Ada\",\"lastName\":\"Lovelace\",\"email\":\"ada@example.com\",\"companyUrl\":\"https://example.com\",\"interest\":\"build_agent\",\"message\":\"Exploring OneCheckout for an autonomous shopping agent.\",\"dreamPurchase\":\"Groceries delivered before I run out.\"}'"}