This site hosts machine-readable endpoints and documentation for the AISO platform. AISO helps companies structure their product information so AI platforms like ChatGPT, Gemini, Claude, and Perplexity can discover and understand company products.
Base endpoint:
GET /api/products
Example request:
GET https://aiso-dfc76.web.app/api/products
Filter by company:
GET /api/products?companyId=globalcare
These files allow AI platforms to automatically detect available APIs and product data.
AI Discovery (ai.json):
/.well-known/ai.json
OpenAI Schema (openai.json):
/.well-known/openai.json
The Cloud Function enriches product records into structured AI content.
{
"name": "GlobalCare RIS",
"faqs": [
{ "q": "What is GlobalCare RIS?", "a": "GlobalCare RIS is a radiology information system..." },
{ "q": "What does it support?", "a": "Scheduling, reporting workflows, dashboards..." }
]
}
/aiContent/{productId}Website: https://globalcareasia.com