API reference

Base URL

https://api.freetty.com

Public status endpoint

GET /v1/status

Returns a lightweight service health payload suitable for validation and monitoring examples.

Example response

{
  "service": "FreeTTY API",
  "status": "operational",
  "version": "v1",
  "region": "global",
  "timestamp": "2026-03-10T12:54:00Z"
}


Improve this page