API Health Check

1 endpoints • Base: https://openapi.scdata.cc

A lightweight connectivity check that returns a fixed success payload. Call it first when integrating to confirm network access and base URL before adding authentication.

GET/api/ping

Quota usage: This endpoint is for connectivity testing and does not deduct plan quota.

Request Parameters

Required Parameters

This endpoint has no required parameters.

Response Fields

No response schema is published for this endpoint.

Try It

https://openapi.scdata.cc/api/ping
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/ping" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
"string"

Use Cases

  • Integration smoke test — Verify the service is reachable from your environment before debugging any authenticated call.
  • Uptime monitoring — Poll it from your monitoring stack to detect outages without spending quota.