API Reference
Check API availability. No authentication required. Public endpoint.
/api/v1/health
| Name | Type | Required | Description |
|---|---|---|---|
| status | string | Required | Always "ok" when healthy |
| version | string | Required | API version (e.g. "1") |
| timestamp | string | Required | ISO 8601 timestamp |
json
{
"status": "ok",
"version": "1",
"timestamp": "2025-02-24T12:00:00.000Z"
}curl https://chatspark.io/api/v1/health