developmentseed / bioacoustics-api

Google Bioacustics API that runs the backend for A2O Search
https://devseed.com/api-docs/?url=https://api.search.acousticobservatory.org/api/v1/openapi
MIT License
1 stars 0 forks source link

Add image_url to the milvus seach results #20

Closed willemarcel closed 1 year ago

willemarcel commented 1 year ago

Example:

{
  "id": 31530,
  "distance": 6.256008148193359,
  "entity": {
      "site_id": 110,
      "site_name": "Eungella",
      "subsite_name": "Dry-A",
      "filename": "site_0110/20210507T140000+1000_Eungella-Dry-A_498000.flac",
      "file_seq_id": "498000",
      "file_timestamp": 1620360000,
      "offset": 1005,
      "image_url": "https://api.acousticobservatory.org/audio_recordings/498000/media.png?end_offset=30&start_offset=0"
  }
},