Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.foodsave.kz/llms.txt

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

Quickstart — First API call in 5 minutes

Prereqs: an API key (see /docs/authentication). We’ll call the GET /api/v1/ads/banners endpoint to fetch banners.
Expected output: an array of banner objects similar to:
[ { "id":"123","imageUrl":"https://cdn.foodsave.kz/ads/abc.jpg","link":"/partner/42" } ]