API information

Returns API name, version, and documentation links.

get/

Response

API info

namestring
versionstring
docsstring
healthstring
readystring

Example response

{
  "name": "BugTraceAI API",
  "version": "2.0.0",
  "docs": "/docs",
  "health": "/health",
  "ready": "/ready"
}

Changes