Loading...
Animal Detect logo

API endpoint update

New integrations should use . Existing URLs will keep working for the next few months while teams migrate.

Health

Free endpoint
GET /v1/health

Confirm the API is reachable before running other requests.

Try in Playground

Examples

Node.js / Express
const response = await fetch('https://api.animaldetect.com/v1/health')
const data = await response.json()
Example Response
{
  "status": "ok",
  "version": "v1.0",
  "timestamp": "2026-02-10T11:03:22.194Z"
}

Status Codes

200API is healthy.