Skip to content

Albums & Finding Album IDs

In Fotobots, every photo and face recognition index belongs to a specific Album (representing a race, sports event, or marathon).


How to Find Your Album ID (UUID)

Almost every API endpoint (such as /openapi/photos/photo/signed or /openapi/photos/search/face/list) requires an albumId parameter.

To find your Album ID:

  1. In the Web Admin, click Albums (/albums).
  2. Select your event album from the list.
  3. At the top of the album detail page, click the Copy ID button next to the album title.
  4. The UUID (e.g. d3b07384-d113-4a37-b4d6-f3ec0a4b7f8c) is copied to your clipboard.
{
"albumId": "d3b07384-d113-4a37-b4d6-f3ec0a4b7f8c"
}