If you are a developer and want to build applications using our award winning API, please click here.
If you are an investor, find out how Sikka is applying artificial intelligence and sophisticated insights to rethink insurance, rethink payments, loans and credit, and supply chain. The entire healthcare economy can be reimagined with the insights that the Sikka API platform facilitates and the apps that can be built on it. Go to Sikka Insights.
See and download the applications
that
other people have built with SAI
{
"status": "confirmed",
"provider": "Dr. Smith",
"startdate": "2025-07-21",
"enddate": "2025-07-27"
}
API called:
GET /v4/appointments
{
"summary": "Found 8 confirmed appointments for Dr. Smith between Jul 21–27.",
"data":
{
"items": [...],
"startdate": "2025-07-21",
"enddate": "2025-07-27"
}
}
POST
https://api.sikkasoft.com/v4/mcp
{
"question": "What are the open slots for tomorrow?"
}
1. Include Request-Key in headers
2. Use response JSON directly in your app