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.
Ads API
Base path:/api/v1/ads
Overview
Read endpoints are public; admin endpoints require a bearer token with advertising permissions.Responses are cached for 5 seconds for performance. Use the
If-Modified-Since header for conditional fetching.GET /api/v1/ads/banners
Return active banners filtered by placement, locale and city.
- cURL
- JavaScript
- Python
Errors
| Code | Meaning | How to fix |
|---|---|---|
| 400 | BAD_REQUEST | Check query parameters |
| 401 | UNAUTHORIZED | Provide a valid API key |
| 429 | RATE_LIMIT | Back off or request quota increase |