Skip to main content
GET
Health Check
curl --request GET \
  --url https://api.verifica.ia.br/
{
  "status": "ok",
  "message": "API is running",
  "timestamp": "2025-01-12T16:58:20.130Z",
  "environment": "production"
}

Response

200 - application/json

API está funcionando

status
string
Example:

"ok"

message
string
Example:

"API is running"

timestamp
string<date-time>
Example:

"2025-01-12T16:58:20.130Z"

environment
string
Example:

"production"