WISK Inventory & Items API

Tracks bottles, ingredients, and SKUs with counts, par levels, and variance across the venue's item catalog. Exposed in the WISK product and apps; not published as a public, self-serve developer API. Customer API access is available on the Premium plan.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/wisk-ai-inventory-items-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

wisk-ai-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: WISK API
  description: >-
    WISK is a bar, restaurant, and hospitality inventory and cost-management
    platform (items/inventory, venues, supplier invoices, POS integration). As
    of this catalog date WISK does not publish a public, self-serve developer
    portal, a public base URL, or an official OpenAPI specification. The only
    publicly documented programmatic surface is a partner-gated "Public Sales
    upload" flow for POS providers to push sales data into WISK customer
    accounts, plus customer API access offered on the Premium plan. Because no
    endpoints, base URL, or authentication scheme are publicly published, no
    paths are modeled here to avoid fabrication. See the documented integration
    fields (POS code or item name, quantity sold, net sales) and the partner
    process referenced below.
  termsOfService: https://www.wisk.ai/
  contact:
    name: WISK Partnerships
    url: https://www.wisk.ai/pos
  version: '0.0.0'
  x-api-availability: >-
    Partner-gated and plan-gated. POS providers contact WISK partnerships to
    integrate via the Public Sales upload flow; customer API access is offered
    on the Premium plan. No public base URL, endpoints, or OpenAPI are
    published.
  x-documented-sales-upload-fields:
    - name: pos_code
      description: Unique POS identifier code for an item (or item name as fallback).
    - name: item_name
      description: Name of the sold item.
    - name: quantity_sold
      description: Quantity of the item sold.
    - name: net_sales
      description: Net sales amount for the item.
  x-references:
    - https://www.wisk.ai/pos
    - https://help.wisk.ai/en/articles/5071983-integrating-with-wisk-for-pos-providers
    - https://help.wisk.ai/
paths: {}