Skip to main content
GET
/
api
/
v1
/
status
API Health Check
curl --request GET \
  --url https://api.handtextai.com/api/v1/status
{
  "status": "healthy",
  "version": "1.0.0",
  "endpoints": [
    "/generate",
    "/preview",
    "/fonts",
    "/status"
  ]
}

Response

200 - application/json

API is healthy

Response model for API status.

status
string
required

API status

version
string
required

API version

endpoints
string[]
required

Available endpoints