{"name":"ZIMS API","version":"1.2.0","description":"Pure HTTP connector for Species360 ZIMS","endpoints":{"GET /api/health":"Health check","POST /api/profile-photo":"Import an animal profile photo (async callback) — sourceAnimalId, photo {id, url}","POST /api/weight":"Save weight (async with callback) — sessionId, login, password, animalId, weight, callbackUrl","POST /api/weight/history":"Read weight history (synchronous) — login, password, animalId","POST /api/general-note":"Save general note (async with callback) — sessionId, login, password, animalId, note, callbackUrl","POST /api/general-note/update":"Update an existing general note and import photos — expectedNote, expectedDate, expectedTitle; never creates a note","POST /api/medical-note":"Save veterinary clinical note via ZIMS Medical (async with callback) — sessionId, login, password, animalId, note, callbackUrl","POST /api/collection":"Extract full institution collection (async with callback) — sessionId, login, password, callbackUrl"}}