Core ResourcesAvailable
Quotes
Generate a structured quote draft from a messy customer request.
1
Generate a quote
POST /quotes/generate accepts unstructured requirements and produces a draft associated with your Fortifiers organization.
http
POST /api/v1/quotes/generate
Content-Type: application/json
X-API-Key: YOUR_API_KEY
{
"text": "Supply and install 180 feet of six-foot cedar privacy fence with two gates",
"industry": "fencing"
}2
Request fields
The text field is required. Industry is optional but improves interpretation when the same terms have different meanings across trades.
- text — the complete customer request, constraints, quantities, and location context.
- industry — optional trade or operating context.
3
Response fields
The response includes quote_id, quote_number, total, pdf_url, and line_items. Each line item includes description, price, and qty.
4
Operational behavior
Generated quotes are drafts and should be reviewed in the Fortifiers dashboard before they are sent or approved.
The public v1 surface currently supports generation. Listing, editing, approval, and sending remain dashboard workflows.