https://api.wavespeed.ai/public/v3/summary.jsonGet the overall status for your status page. Doesn’t include components and historical notices.
{
"page": {
"name": "WaveSpeedAI",
"url": "https://status.wavespeed.ai",
"status": "UP"
},
"activeIncidents": [],
"activeMaintenances": []
}https://api.wavespeed.ai/public/v3/components.jsonGet your status page components, and active issues affecting them.
[
{
"id": "8561293",
"name": "wavespeed.ai",
"status": "OPERATIONAL",
"description": "",
"isParent": false,
"children": []
},
{
"id": "8561295",
"name": "https://wavespeed.ai/center/health",
"status": "OPERATIONAL",
"description": "",
"isParent": false,
"children": []
}
]