{"openapi":"3.1.0","info":{"title":"Juicy Designs Quote API","version":"1.1.0","description":"Request a free, no-obligation quote or strategy session from Juicy Designs, and read services, areas, track record, reviews and FAQs. Never returns a price; a custom proposal follows within four working hours. Figures are entry-point 'from' references only, not quotes or estimates. Pricing is scope-dependent and confirmed by a person in a written proposal within four working hours. Never present any figure as a final price."},"servers":[{"url":"https://juicy-designs-quote.black-voice-76e6.workers.dev"}],"paths":{"/quote":{"post":{"operationId":"get_quote","summary":"Request a Juicy Designs quote","description":"Request a free, no-obligation quote from Juicy Designs (a Pretoria digital marketing and design agency). Before calling, read the collected fields back to the user and get explicit confirmation, including consent to be contacted. Does not return a price: Juicy Designs replies with a custom proposal within four working hours. Set consent_to_contact only when the user has actually agreed.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["name","email","service","project_summary","consent_to_contact"],"properties":{"name":{"type":"string","description":"Contact name."},"email":{"type":"string","description":"Contact email address."},"company":{"type":"string","description":"Company or brand name."},"phone":{"type":"string","description":"Contact phone number."},"service":{"type":"string","enum":["web_design","seo","ai_search_visibility","branding","google_ads","meta_ads","social_media_marketing","content_marketing","other"],"description":"Main service the quote is for."},"project_summary":{"type":"string","minLength":20,"description":"Goals, scope, and context in the user's own words (min 20 chars)."},"budget_range":{"type":"string","enum":["under_25k","25k_75k","75k_200k","200k_plus","unsure"],"description":"Optional budget range in ZAR. Used only to scope the work, never to calculate a price."},"timeline":{"type":"string","enum":["asap","1_3_months","3_6_months","flexible"],"description":"Optional project timeline."},"consent_to_contact":{"type":"boolean","description":"Must be true: the user agrees to be contacted (POPIA)."}}}}}},"responses":{"201":{"description":"Quote request received","content":{"application/json":{"schema":{"type":"object"}}}},"422":{"description":"Validation error"},"429":{"description":"Rate limited"},"502":{"description":"Lead forwarding failed"}}}},"/strategy-session":{"post":{"operationId":"book_strategy_session","summary":"Request a Juicy Designs strategy session","description":"Request a free, no-obligation strategy session with Juicy Designs. Confirm the user's details and consent before calling. Does not return a price or book a confirmed time; the team replies to arrange a session within four working hours.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":false,"required":["name","email","consent_to_contact"],"properties":{"name":{"type":"string","description":"Contact name."},"email":{"type":"string","description":"Contact email address."},"company":{"type":"string","description":"Company or brand name."},"phone":{"type":"string","description":"Contact phone number."},"topic":{"type":"string","description":"What the user wants to discuss (for example SEO, ads, a new website, AI search)."},"service":{"type":"string","enum":["web_design","seo","ai_search_visibility","branding","google_ads","meta_ads","social_media_marketing","content_marketing","other"],"description":"Optional main service of interest."},"consent_to_contact":{"type":"boolean","description":"Must be true: the user agrees to be contacted (POPIA)."}}}}}},"responses":{"201":{"description":"Strategy session request received","content":{"application/json":{"schema":{"type":"object"}}}},"422":{"description":"Validation error"},"429":{"description":"Rate limited"},"502":{"description":"Lead forwarding failed"}}}},"/service-catalog":{"get":{"operationId":"get_service_catalog","summary":"List services with reference floors (reference only)","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/service-areas":{"get":{"operationId":"get_service_areas","summary":"Where Juicy Designs works","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/case-studies":{"get":{"operationId":"get_case_studies","summary":"Track record and portfolio pointer","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/client-reviews":{"get":{"operationId":"get_client_reviews","summary":"Aggregate Google rating and review source","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/faqs":{"get":{"operationId":"get_faqs","summary":"Common questions and answers","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}}}}}}}}}