v1

latestOpenAPI 3.0.0Apache 2.02026-07-244385400.4 KB
Reachability Check

Reachability Check

By querying this endpoint, you can check if it's possible to reach Inscribe's services from your own infrastructure. This endpoint does not require any authentication but is rate limited. It does not indicate that all services are working without an error. For those notifications, please subscribe to our status page at https://status.inscribe.ai.

get/health

Response

Reachability check succeeded

successboolean

Did the request succeed?

statusinteger

http status code

Example response

{
  "success": true,
  "status": 200
}