{"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":{"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"}}}}}}