WISK.ai website screenshot

WISK.ai

WISK.ai is an inventory management and hospitality intelligence platform for bars, restaurants, and hotels, covering inventory counts, invoicing, purchasing, recipe costing, and cost-of-goods tracking. It syncs with 60+ POS systems to align sales with inventory. WISK's integration surface is built for POS and data partners rather than a broad public developer program: partners can let WISK pull from their sales and product/menu APIs, or push daily sales data into WISK using its public sales-upload API, which is documented in a public Notion guide. New integrations begin by contacting the WISK integrations team, and email-based CSV/XLS feeds are supported as a fallback.

1 APIs 4 Features
RestaurantBarInventoryHospitalitySalesPOS Integration

APIs

WISK Public Sales Upload API

WISK's public sales-upload API lets POS providers and partners push sales data into customer WISK accounts. The documented operation is a POST to /public/sales/upload that accep...

Collections

Pricing Plans

Wisk Plans Pricing

6 plans

PLANS

Rate Limits

Wisk Rate Limits

1 limits

RATE LIMITS

FinOps

Wisk Finops

FINOPS

Features

Sales Upload API

Push point-of-sale sales lines into a WISK venue account via a single POST to /public/sales/upload accepting a JSON array of line items.

POS Pull Integrations

WISK can pull from a partner's own Sales API and Product/Menu API to ingest sales and item data into customer accounts.

CSV/XLS Email Fallback

For POS systems without an API, automated daily sales or product-mix reports can be emailed to WISK in XLS or CSV format.

Inventory and Cost Tracking

Inventory counts, invoicing, purchasing, recipe costing, and cost-of-goods tracking across bars, restaurants, and hotels.

Use Cases

POS Provider Integration

A POS platform integrates with WISK so its venues' sales data flows into WISK for inventory reconciliation.

Daily Sales Reconciliation

Push daily sales lines so WISK can deplete inventory against actual POS sales and surface variance.

Multi-Location Inventory

Operators manage inventory, invoices, and cost of goods across multiple venues from one platform.

Integrations

Direct POS Integrations

60+ POS systems including Toast, Square, Clover, Lightspeed, Revel, TouchBistro, Heartland, Aldelo, Arryved, and many more.

Omnivore Universal API

Several POS systems integrate through Omnivore's Universal API, including Aloha, Brink, Oracle Hospitality (Micros/Simphony), POSitouch, and Doshii-connected systems.

Semantic Vocabularies

Wisk Sales Upload Context

1 classes · 6 properties

JSON-LD

API Governance Rules

WISK.ai API Rules

26 rules · 7 errors 15 warnings 4 info

SPECTRAL

JSON Structure

Sales Upload Sales Line Structure

6 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Website
Website
🔗
Documentation
Documentation
📝
Signup
Signup
🔗
Login
Login
💰
Pricing
Pricing
💬
Support
Support
📰
Blog
Blog
🔗
LinkedIn
LinkedIn
🔗
X
X
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: WISK Public Sales Upload API
  version: '1.0'
items:
- info:
    name: Sales
    type: folder
  items:
  - info:
      name: Upload Sales Lines
      type: http
    http:
      method: POST
      url: https://api.wisk.ai/public/sales/upload
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-Wisk-Venue-Id
        value: '{{X-Wisk-Venue-Id}}'
        placement: header
    docs: Push an array of point-of-sale sales line items into a WISK venue account. Each element of the array represents
      a single sales line from a receipt; a receipt that contains multiple distinct items produces one array element per item.
      The destination venue is identified by the venue unique identifier header that WISK provisions for the partner.
bundled: true