Skip to main content
Get Gallery Feed
curl --request GET \
  --url http://localhost:3000/api/gallery/feed
{
  "photos": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

This is not being used currently.

Query Parameters

limit
integer
default:50

Number of photos to retrieve

Required range: 1 <= x <= 100

Response

200 - application/json

Feed photos retrieved successfully

photos
object[]