Clara-Backend
  1. Misc
Clara-Backend
  • Get Started
  • Quickstart (Rest API)
  • Quickstart (MCP Server)
  • Auth
    • Register
      POST
    • Google OAuth
      POST
    • Login
      POST
    • Logout
      DELETE
    • Change Password
      PATCH
    • Send OTP
      POST
    • Activate
      POST
    • Enable 2FA
      POST
    • Disable 2FA
      DELETE
  • User
    • View
      GET
    • Update
      PATCH
  • API Key
    • View
      GET
    • Reset
      POST
  • Transaction
    • View All
      GET
    • View
      GET
  • Task
    • View All
      GET
    • View
      GET
  • Agent
    • Supported Attachments
      GET
    • Analysis
      POST
  • Stripe
    • Rate
    • Portal
    • Buy
  • Misc
    • Health
      GET
    • Version
      GET
  1. Misc

Health

Prod Env
https://backend.clara.crazi.co/api/v1
Prod Env
https://backend.clara.crazi.co/api/v1
GET
https://backend.clara.crazi.co/api/v1
/health
This endpoint lets a user check the current health status of the Clara API.

Request

None

Responses

🟢200Success
text/plain
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://backend.clara.crazi.co/api/v1/health'
Response Response Example
{
  "data": {
    "service": "clara",
    "status": "healthy"
  },
  "message": "Health check successful.",
  "status": "success"
}
Modified at 2025-11-27 01:59:07
Previous
Misc
Next
Version
Built with