Skip to main content

Case AI API

Case AI is a B2B marketplace connecting California wineries directly with retailers and restaurants. Our API enables programmatic access to browse products, place orders, and manage your account.

What you can do

Quick Start

  1. Get API Keys - Log in to your buyer dashboard and create an API key
  2. Make your first request - Try listing products with the example below
  3. Place an order - Use the Orders API to purchase wines
curl -X GET "https://api.trycase.ai/api/v1/products" \
  -H "Authorization: Bearer YOUR_API_KEY"

Base URL

All API requests should be made to:
https://api.trycase.ai/api/v1

Need Help?