Skip to main content
GET
/
v1
/
health
Liveness probe with codec build identifier
curl --request GET \
  --url https://api.jdcodec.com/v1/health
{
  "status": "ok",
  "codec_version": "2026.05.01+a1b2c3d"
}

Documentation Index

Fetch the complete documentation index at: https://jdcodec.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Service is healthy.

status
enum<string>
required
Available options:
ok
codec_version
string
required

Server codec build. Format YYYY.MM.DD+<short-sha>.

Example:

"2026.05.01+a1b2c3d"