Vidu Q3 與 Q3 Pro 模型 5 折 · 僅限 WaveSpeedAI | 5月20日 – 6月2日

Our public API

GEThttps://api.wavespeed.ai/public/v3/summary.json

Get 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": []
}
GEThttps://api.wavespeed.ai/public/v3/components.json

Get 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": []
  }
]