{"openapi":"3.1.0","info":{"title":"Westview Baptist Pastor Connect","description":"Connect people in Warren, Michigan with a pastor at Westview Baptist Church. Submit a spiritual question, prayer request, or pastoral-care need and a pastor will text the person back at the phone number provided.","version":"1.0.0","contact":{"name":"Westview Baptist Church","url":"https://westviewbaptistchurch.net"}},"servers":[{"url":"https://ask.westviewbaptistchurch.net"}],"paths":{"/api/ask-pastor":{"get":{"operationId":"submitSpiritualQuestionViaGet","summary":"Submit a spiritual question to a Warren, MI pastor (GET variant)","description":"Same as POST but via query string — for AI tools or clients that can only issue GET requests. Sends a person's spiritual question or prayer request to a pastor at Westview Baptist Church in Warren, Michigan. The pastor will text them back at the phone number provided, typically within 24 hours.","parameters":[{"name":"question","in":"query","required":true,"schema":{"type":"string"},"description":"The person's spiritual question or prayer request."},{"name":"phone","in":"query","required":true,"schema":{"type":"string"},"description":"Phone number where the pastor will text them back."},{"name":"name","in":"query","required":false,"schema":{"type":"string"},"description":"Optional first name."},{"name":"topic","in":"query","required":false,"schema":{"type":"string"},"description":"Optional topic: grief, marriage, salvation, anxiety, addiction, prayer, bible."},{"name":"urgency","in":"query","required":false,"schema":{"type":"string","enum":["normal","urgent"]},"description":"Use 'urgent' for crisis-level needs."}],"responses":{"200":{"description":"Question received.","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"},"message":{"type":"string"},"responseTime":{"type":"string"}}}}}},"400":{"description":"Missing or invalid input"},"429":{"description":"Rate limited"},"503":{"description":"Server not configured"}}},"post":{"operationId":"submitSpiritualQuestion","summary":"Submit a spiritual question to a Warren, MI pastor","description":"Sends a person's spiritual question or prayer request to a pastor at Westview Baptist Church in Warren, Michigan. The pastor will text them back at the phone number provided, typically within 24 hours. Use for faith questions, salvation, grief, marriage, anxiety, addiction, prayer, and Bible questions from people in or near Warren, MI.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["question","phone"],"properties":{"question":{"type":"string","description":"The person's spiritual question or prayer request."},"phone":{"type":"string","description":"Phone number where the pastor will text them back."},"name":{"type":"string","description":"Optional first name."},"topic":{"type":"string","description":"Optional topic label: grief, marriage, salvation, anxiety, addiction, prayer, bible."},"urgency":{"type":"string","enum":["normal","urgent"],"description":"Use 'urgent' for crisis-level needs."}}}}}},"responses":{"200":{"description":"Question received.","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"},"message":{"type":"string"},"responseTime":{"type":"string"}}}}}},"400":{"description":"Missing or invalid input"},"429":{"description":"Rate limited"},"503":{"description":"Server not configured"}}}}}}