v1

latestOpenAPI 3.1.02026-08-0466147138.0 KB
Health

IPFS Health Check

Checks the health of the IPFS service.

get/health/ipfs

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Healthstring required

The status of the health check

Example response

{
  "$schema": "https://api.superform.xyz/schemas/HealthCheckOutputBody.json",
  "Health": "OK"
}