Returns all available profile image URLs from Firebase Storage.
Images are discovered dynamically from the assets/profiles/ prefix in the
storage bucket. Each item is a public download URL that can be used directly
as a profile picture.
This endpoint is public and does not require authentication.
Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Profile images retrieved successfully
Public download URLs for available profile images
[
"https://api.discovr.media/profile-images/profile-apricot.png",
"https://api.discovr.media/profile-images/profile-cloud.png",
"https://api.discovr.media/profile-images/profile-cyan.png"
]