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

Version

Prod Env
Prod Env
GET
/version
This endpoint lets a user check the current version of the Clara API.

Request

None

Responses

🟢200Success
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/version'
Response Response Example
{
  "data": {
    "version": "1.1.3"
  },
  "message": "Version check successful.",
  "status": "success"
}
Modified at 2025-12-10 10:18:35
Previous
Health
Built with