whales-identification

API Changelog

All notable changes to the EcoMarineAI API are documented in this file.

The format is based on Keep a Changelog.

[1.1.0] - 2026-04-15

Added

Changed

Removed

[1.0.0] - 2024-12-01

Added

API Response Format

{
  "image_ind": "filename.jpg",
  "bbox": [x, y, width, height],
  "class_animal": "individual_hex_id",
  "id_animal": "species_name",
  "probability": 0.95,
  "mask": "base64_encoded_png"
}

Error Codes

[0.1.0] - 2024-06-01

Added