{"openapi":"3.0.0","info":{"title":"itsmy.wedding API","description":"API for accessing itsmy.wedding data including vendors, inspiration, and wedding planning tools","version":"1.0.0","contact":{"name":"itsmy.wedding Support","url":"https://itsmy.wedding/contact","email":"info@itsmy.wedding"}},"servers":[{"url":"https://itsmy.wedding","description":"itsmy.wedding main website"}],"paths":{"/api/structured-data":{"get":{"summary":"Get structured data about the website","description":"Returns JSON-LD structured data about the website, including vendor categories","responses":{"200":{"description":"Successful response with structured data","content":{"application/ld+json":{"schema":{"type":"object"}}}}}}},"/api/ai-description":{"get":{"summary":"Get AI-friendly description of the website","description":"Returns detailed information about the website purpose, functionality, and content","responses":{"200":{"description":"Successful response with AI description","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/vendors":{"get":{"summary":"Browse all vendors","description":"Browse and search for wedding vendors in Kerala","parameters":[{"name":"q","in":"query","description":"Search query for vendors","schema":{"type":"string"}},{"name":"category","in":"query","description":"Filter by vendor category","schema":{"type":"string"}},{"name":"location","in":"query","description":"Filter by location","schema":{"type":"string"}}]}},"/vendors/{slug}":{"get":{"summary":"Get vendor details","description":"View detailed information about a specific vendor","parameters":[{"name":"slug","in":"path","required":true,"description":"Vendor slug","schema":{"type":"string"}}]}},"/category/{category_slug}":{"get":{"summary":"Browse vendors by category","description":"View all vendors in a specific category","parameters":[{"name":"category_slug","in":"path","required":true,"description":"Category slug","schema":{"type":"string"}}]}},"/real-weddings":{"get":{"summary":"Browse real wedding stories","description":"View authentic wedding stories from Kerala with photos and vendor details"}},"/real-weddings/{slug}":{"get":{"summary":"View real wedding story","description":"View detailed information about a specific real wedding","parameters":[{"name":"slug","in":"path","required":true,"description":"Real wedding slug","schema":{"type":"string"}}]}},"/plan/vendor-matchmaker":{"get":{"summary":"AI Vendor Matchmaker","description":"Use AI to find the perfect vendors for your wedding"}},"/api/ai-faq":{"get":{"summary":"Get AI-friendly FAQ about the platform","description":"Returns structured FAQ data about itsmy.wedding — platform overview, vendor categories, features, and pricing","responses":{"200":{"description":"Successful response with FAQ data","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/openapi":{"get":{"summary":"Get OpenAPI specification","description":"Returns the OpenAPI 3.0 specification describing all available API endpoints","responses":{"200":{"description":"OpenAPI 3.0 specification","content":{"application/json":{"schema":{"type":"object"}}}}}}}}}