Skip to content
GET
https://api.menavoice.ai/api/health
Try it
curl https://api.menavoice.ai/api/health
{
  "status": "ok",
  "timestamp": "2026-09-19T10:30:00.000Z"
}

Reports whether the MenaVoice API is up. Use it for uptime monitoring or a quick connectivity check. It's public: no API key needed, and it isn't billed or rate-limited like the other endpoints.

Response

application/json
statusstringrequired

ok when the API is running.

timestampstringrequired

The server time, in ISO 8601 format.

Was this page helpful?