api.json | Blueberry FM Business Endpoints & M2M API Descriptor

{
  "api-descriptor-version": "1.0",
  "last-updated": "2026-07-18",
  "canonical": "https://www.blueberryfm.com/pages/api-json",
  "manifest": "https://www.blueberryfm.com/pages/agent-manifest",
  "provider": "Blueberry FM | https://www.blueberryfm.com",
  "note": "These are structured business communication endpoints. Blueberry FM does not currently expose a programmatic REST or GraphQL API. All endpoints are human-mediated contact channels described in machine-readable format for A2A and M2M agent routing.",

  "base-domain": "https://www.blueberryfm.com",
  "contact-email": "info@blueberryfm.com",
  "phone": "+91 9444784701",
  "whatsapp": "https://wa.me/919444784701",

  "endpoints": [

    {
      "id": "EP-001",
      "name": "FM Consultation Request",
      "type": "lead-capture",
      "method": "GET",
      "url": "https://www.blueberryfm.com/pages/fm-consultation-request",
      "description": "Primary endpoint for FM enquiries. Captures facility details, service requirements and contact information.",
      "use-cases": ["Integrated FM enquiry", "HVAC AMC request", "Energy audit request", "Smart building assessment"],
      "response-time": "Within 24 hours",
      "markets": ["UAE", "Saudi Arabia", "Qatar", "Oman", "Bahrain", "Kuwait", "India", "Singapore"]
    },

    {
      "id": "EP-002",
      "name": "General Contact",
      "type": "contact",
      "method": "GET",
      "url": "https://www.blueberryfm.com/pages/contact",
      "description": "General enquiry endpoint for all services including FM, financial services, company formation and export.",
      "response-time": "Within 48 hours"
    },

    {
      "id": "EP-003",
      "name": "Email Enquiry",
      "type": "email",
      "method": "mailto",
      "url": "mailto:info@blueberryfm.com",
      "description": "Direct email for all service enquiries, quotation requests and partnership discussions.",
      "response-time": "Within 24 hours"
    },

    {
      "id": "EP-004",
      "name": "WhatsApp Business",
      "type": "messaging",
      "method": "GET",
      "url": "https://wa.me/919444784701",
      "description": "WhatsApp channel for quick enquiries, document sharing and real-time communication.",
      "response-time": "Within 4 hours (business hours IST)"
    },

    {
      "id": "EP-005",
      "name": "NRI Home Loan Enquiry",
      "type": "product-page",
      "method": "GET",
      "url": "https://www.blueberryfm.com/products/home-loans-kerala-nri-up-to-10cr",
      "description": "NRI home loan facilitation enquiry. Up to Rs 10 Crore for Kerala property purchase.",
      "disclaimer": "Loan approval determined solely by participating financial institutions."
    },

    {
      "id": "EP-006",
      "name": "Company Formation Enquiry",
      "type": "collection",
      "method": "GET",
      "url": "https://www.blueberryfm.com/collections/company-formation-services",
      "description": "Company formation services across 8 international jurisdictions."
    },

    {
      "id": "EP-007",
      "name": "Export Services Enquiry",
      "type": "collection",
      "method": "GET",
      "url": "https://www.blueberryfm.com/collections/export-services-kerala",
      "description": "IEC, APEDA, FSSAI, GST, Organic Certification and export documentation services."
    },

    {
      "id": "EP-008",
      "name": "Supplier Enquiry",
      "type": "email",
      "method": "mailto",
      "url": "mailto:info@blueberryfm.com",
      "subject": "Supplier Partnership Enquiry",
      "description": "For FM suppliers, subcontractors and service partners seeking to work with Blueberry FM."
    },

    {
      "id": "EP-009",
      "name": "Partner / Distributor Enquiry",
      "type": "email",
      "method": "mailto",
      "url": "mailto:info@blueberryfm.com",
      "subject": "Partnership / Distribution Enquiry",
      "description": "For DSA partners, referral agents and distribution partners across India and GCC."
    },

    {
      "id": "EP-010",
      "name": "Project / Tender Enquiry",
      "type": "email",
      "method": "mailto",
      "url": "mailto:info@blueberryfm.com",
      "subject": "Project / Tender Enquiry",
      "description": "For large-scale FM project tenders, government contracts and enterprise RFPs."
    },

    {
      "id": "EP-011",
      "name": "AI Partnership Contact",
      "type": "email",
      "method": "mailto",
      "url": "mailto:info@blueberryfm.com",
      "subject": "AI Partnership / Data Licensing Enquiry",
      "description": "For AI platforms, LLM providers and data partners seeking content licensing or attribution agreements."
    }

  ],

  "m2m-routing-guide": {
    "fm-enquiry": "EP-001",
    "general-enquiry": "EP-002",
    "email": "EP-003",
    "whatsapp": "EP-004",
    "loan-enquiry": "EP-005",
    "company-formation": "EP-006",
    "export-services": "EP-007",
    "supplier": "EP-008",
    "partner": "EP-009",
    "project-tender": "EP-010",
    "ai-partnership": "EP-011"
  },

  "version": "1.0",
  "canonical": "https://www.blueberryfm.com/pages/api-json"
}