{"openapi":"3.1.0","info":{"title":"NineAnchor API","version":"1.0.0","description":"Public API for submitting project inquiries to NineAnchor, a web development company in Kozhikode, Kerala, India.","contact":{"name":"NineAnchor","email":"contact@nineanchor.com","url":"https://nineanchor.com"}},"servers":[{"url":"https://nineanchor.com","description":"Production"}],"paths":{"/contact/submit":{"post":{"operationId":"submitContactInquiry","summary":"Submit a project inquiry","description":"Submit a contact request for web development, ecommerce, design or software services. The team replies within one business day.","tags":["Contact"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","email"],"properties":{"name":{"type":"string","description":"Full name of the person making the inquiry"},"email":{"type":"string","format":"email","description":"Email address for the reply"},"phone":{"type":"string","description":"Phone number with country code (optional)"},"service":{"type":"string","description":"Service category of interest","enum":["web-development","ecommerce","shopify","web-design","ui-ux-design","graphic-design","software-development","mobile-app","ai-development","other"]},"budget":{"type":"string","description":"Approximate budget range (optional)"},"message":{"type":"string","description":"Project description, requirements or inquiry"}}}}}},"responses":{"200":{"description":"Inquiry submitted","content":{"application/json":{"schema":{"type":"object","properties":{"success":{"type":"boolean"},"message":{"type":"string"}}}}}},"400":{"description":"Validation error — missing name or invalid email"},"500":{"description":"Server error"}},"x-payment-info":{"intent":"free","amount":0,"currency":"INR"}}}},"x-metadata":{"company":"NineAnchor","location":"Kozhikode (Calicut), Kerala, India","email":"contact@nineanchor.com","phone":"+91 8078359998"}}