Back

BHC Home Services Concierge
Description
A plugin that allows users to book and manage home services such as home cleaning.
Details
https://baltimorehomecleaning.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "BHC Home Services Concierge",
"name_for_model": "BHCHSC",
"description_for_human": "A plugin that allows users to book and manage home services such as home cleaning.",
"description_for_model": "A plugin that allows users to book and manage home services such as home cleaning.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://baltimorehomecleaning.com/.well-known/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://baltimorehomecleaning.com/.well-known/logo.png",
"contact_email": "admin@domesticlean.com",
"legal_info_url": "https://baltimorehomecleaning.com/terms/"
}
https://baltimorehomecleaning.com/.well-known/openapi.yaml
openapi: 3.0.2
info:
title: BHC GF Estimate API Endpoints
description: Custom API endpoints for BHC GF estimate forms integrations
version: '0.1'
servers:
- url: https://baltimorehomecleaning.com/wp-json/gfe/v1
paths:
/estimate/:
post:
summary: Get an estimate for house cleaning services
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
bd:
type: integer
description: Number of beds
btf:
type: integer
description: Number of baths (full)
z:
type: string
description: Zip code
e:
type: string
description: Email address
responses:
'200':
description: Estimate response
content:
application/json:
schema:
type: object
properties:
success:
type: boolean
estimate:
type: object
properties:
One-Time Deep Cleaning:
type: string
One-Time Move Cleaning:
type: string
One-Time Standard Cleaning:
type: string
Weekly, Biweekly, or Monthly Recurring Standard Cleaning with 12-Month Agreement:
type: string
Weekly, Biweekly, or Monthly Recurring Standard Cleaning with 6-Month Agreement:
type: string
Weekly, Biweekly, or Monthly Recurring Standard Cleaning with 3-Month Agreement:
type: string
Weekly, Biweekly, or Monthly Recurring Standard Cleaning with No Commitment:
type: string
confirmation_url:
type: string
id:
type: string
'500':
description: Gravity Forms is not active