Atlantic Prover Suite (Legacy)
Atlantic API
Proof Generation and Trace Generation
L1 Atlantic Query
L2 Atlantic Query
Fact Hash Calculation
Atlantic Query
Health check
Program Registry
Health check
Health check endpoint
Checks if the API is alive
GET
/
v1
/
is-alive
curl --request GET \
--url https://atlantic.api.herodotus.cloud/v1/is-alive
{
"alive": true
}
Response
200 - application/json
API is alive
curl --request GET \
--url https://atlantic.api.herodotus.cloud/v1/is-alive
{
"alive": true
}