Join Beta Features How It Works Challenges Pricing Blog
For Developers

Developer API

Build with CookWins's ingredient recognition and recipe generation API

CookWins API (Beta)

Integrate CookWins’s powerful AI into your application. Our API provides:

Capabilities

Ingredient Recognition

  • Upload food photos and get detected ingredients
  • 85%+ accuracy across 5,000+ ingredients
  • Supports multiple languages

Recipe Generation

  • Generate recipes from ingredient lists
  • Specify dietary restrictions and preferences
  • Get nutritional information and cooking instructions

Smart Search

  • Search recipes by ingredients
  • Filter by diet, time, difficulty
  • Get personalized recommendations

Getting Started

1. Request API Access

We’re currently in private beta. Request access:

2. Get Your API Key

Once approved, you’ll receive:

  • API key and secret
  • Access to documentation
  • Sandbox environment for testing

3. Read the Docs

Full documentation including:

  • Authentication
  • Endpoints and parameters
  • Code examples (Python, JavaScript, cURL)
  • Rate limits and pricing

Use Cases

Our API is perfect for:

  • Meal Planning Apps: Add AI-powered recipe generation
  • Smart Appliances: Integrate with smart fridges
  • Nutrition Apps: Suggest recipes based on diet goals
  • Food Tech: Build innovative food waste solutions
  • Research: Study food consumption patterns (with consent)

Pricing

Free Tier

  • 1,000 API calls/month
  • Basic ingredient recognition
  • Standard recipes

Pro Tier ($99/month)

  • 50,000 API calls/month
  • Advanced recognition
  • Nutritional data
  • Priority support

Enterprise

  • Custom volume and features
  • SLA guarantees
  • Dedicated support
  • Contact us for pricing

Example Response

{
  "ingredients": [
    {"name": "tomatoes", "confidence": 0.95},
    {"name": "eggs", "confidence": 0.92},
    {"name": "spinach", "confidence": 0.88}
  ],
  "recipes": [
    {
      "title": "Veggie Omelette",
      "time": 15,
      "difficulty": "easy",
      "servings": 2
    }
  ]
}

Support

Questions about the API?