bytz Features

Evidence-based nutrition powered by science

Scientific Validation

All recommendations are backed by peer-reviewed research and governmental sources like PubMed and USDA.

Nutritional Optimization

Advanced algorithms identify foods with highest nutritional density and optimal combinations.

Supplement Analysis

Two-tier evidence classification system with clear dosage recommendations and interaction warnings.

Live Scientific Validation

Watch our system collect and analyze data from reputable scientific sources in real-time. Enter any supplement to see how we validate its efficacy.

Enter a supplement name and click "Run Demo" to see the scientific validation process.

Our system searches PubMed, NIH, and other reputable sources to analyze efficacy and safety.

API Documentation

Integrate scientific nutrition data directly into your applications with our comprehensive API.

GET /supplements

Get list of all supplements in the database.

GET /supplements/{name}

Get detailed information about a specific supplement.

POST /supplements/analyze

Analyze a new supplement and store the results.

Request Body:

{
  "supplement_name": "Vitamin D3"
}

GET /supplements/recommendations

Get supplement recommendations based on health goals.

Query Parameters:

  • goals - Comma-separated list of health goals
  • limit - Maximum number of supplements to recommend per category

GET /supplements/scraping-demo/{name}

Show the scientific validation process for a supplement in real-time.

GET /foods/top

Get top foods by nutritional density.

Query Parameters:

  • limit - Maximum number of foods to return (default: 20)