GET
Health
Quick runtime check and deployment sanity signal (canonical: /healthz).
https://api.balancebiketoddler.com/api/v2/healthThis landing page lives inside the Worker so you can open the service root and immediately see a polished front-end demo, then jump into live API endpoints, smoke checks, and contract parity data.
Each card opens a real endpoint from this Worker so the demo doubles as a quick smoke surface.
Base URL: https://api.balancebiketoddler.com
GET
Quick runtime check and deployment sanity signal (canonical: /healthz).
https://api.balancebiketoddler.com/api/v2/healthGET
Browse all configured product families from R2 (legacy alias: /api/v2/catalog/categories).
https://api.balancebiketoddler.com/api/v2/categoriesGET
Inspect ranked product cards with filters and pagination.
https://api.balancebiketoddler.com/api/v2/products?categoryId=stroller&page=1&pageSize=4GET
See derived resource records with credibility scoring and asset coverage.
https://api.balancebiketoddler.com/api/v2/resources?categoryId=stroller&page=1&pageSize=4GET
Jump straight into image resources derived from scrape_store media.
https://api.balancebiketoddler.com/api/v2/resources?categoryId=stroller&resourceType=product_image&page=1&pageSize=4GET
Inspect video preview resources and their credibility signals.
https://api.balancebiketoddler.com/api/v2/resources?categoryId=stroller&resourceType=product_video&page=1&pageSize=4GET
Open guide/document resources surfaced from product reports.
https://api.balancebiketoddler.com/api/v2/resources?categoryId=stroller&resourceType=product_document&page=1&pageSize=4POST
Compare product specs and generate a matrix view.
https://api.balancebiketoddler.com/api/v2/compare/productsGET
Surface a compact home view for the selected category.
https://api.balancebiketoddler.com/api/v2/discovery/home?categoryId=strollerChoose an endpoint below and inspect the live JSON payload directly in the browser.
Defaults to same-origin, but you can switch base URL for staging/prod comparison.
{
"categoryId": "stroller",
"productIds": [
"B07Y5VQYFW",
"B0CXXRN2QS"
],
"includeResources": true
}
Use the cards above to jump to the API, then compare the JSON response with the deploy smoke and parity artifacts.