Перейти к основному содержанию
GET
/
v0
/
ping
Ping request
curl --request GET \
  --url https://api.qudata.ai/v0/ping \
  --header 'X-Api-Key: <api-key>'
{
  "ok": true,
  "data": null
}

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

Successful Response

ok
boolean
default:true
data
null
I