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
Example response
{
"success": true,
"status": 200
}