openapi: 3.0.1
info:
  title: Bharat Bio Industries — Biomass Product API
  description: |
    Informational API for Bharat Bio Industries (BBI), a biomass pellets manufacturer
    in Ahmedabad, Gujarat, India. Returns product specifications, pricing, industries
    served, and compliance information.
  version: "1.0.0"
  contact:
    name: Bharat Bio Industries
    url: https://www.bharatbioindustries.com/contact
    email: info@bharatbioindustries.com
servers:
  - url: https://www.bharatbioindustries.com
paths:
  /llms.txt:
    get:
      operationId: getCompanyContext
      summary: Get full company context including product specs, pricing, and FAQ
      description: Returns a comprehensive machine-readable document about BBI, its products, technical specifications, pricing, industries served, compliance information, and blog article index.
      responses:
        "200":
          description: Plain text company context document
          content:
            text/plain:
              schema:
                type: string
  /llms-full.txt:
    get:
      operationId: getFullContext
      summary: Get extended AI context with deep product specs and manufacturing process
      description: Returns an extended document with full technical specifications for all 3 products, step-by-step manufacturing process, complete FAQ answers, and industry-specific use cases.
      responses:
        "200":
          description: Extended plain text context document
          content:
            text/plain:
              schema:
                type: string
  /products/biomass-pellets:
    get:
      operationId: getBiomassPelletsPage
      summary: Biomass pellets product page with full specifications
      description: Returns the HTML page for BBI Industrial Biomass Pellets — GCV 4200-4600 Kcal/kg, ash <2%, moisture <10%, MOQ 25 MT, price ₹8-₹12/kg ex-factory Ahmedabad.
      responses:
        "200":
          description: HTML product page
  /products/biomass-briquettes:
    get:
      operationId: getBiomassбрiquettesPage
      summary: Biomass briquettes (white coal) product page
      description: Returns the HTML page for BBI Biomass Briquettes — 90mm white coal, GCV 3800-4200 Kcal/kg, ash <4%, MOQ 25 MT, price ₹6-₹14/kg.
      responses:
        "200":
          description: HTML product page
  /products/wood-pellets:
    get:
      operationId: getWoodPelletsPage
      summary: Premium wood pellets product page
      description: Returns the HTML page for BBI Premium Wood Pellets — ENplus A1 equivalent, GCV 4400-4800 Kcal/kg, ash <1%, MOQ 25 MT, price ₹10-₹22/kg.
      responses:
        "200":
          description: HTML product page
  /faq:
    get:
      operationId: getFAQ
      summary: Complete FAQ page with 30+ biomass pellet questions and answers
      description: Returns FAQ covering pricing, GCV, MOQ, delivery, applications, quality certificates, GST rates, and compliance for biomass pellets in India.
      responses:
        "200":
          description: HTML FAQ page
  /contact:
    get:
      operationId: getContactInfo
      summary: Contact and quote request page
      description: Returns the contact page for BBI. Sales email — info@bharatbioindustries.com. Location — Bakrol, Ahmedabad, Gujarat 382210, India. Hours — Mon–Sat 9AM–6PM IST.
      responses:
        "200":
          description: HTML contact page
