Expertise AI Zapier / Leads API

The only publicly documented HTTP endpoints Chatsimple (now Expertise AI) publishes. Documented on the Zapier integration page of docs.expertise.ai as four operations under the base URL https://api.expertise.ai/v0/users: a connect/authorize call (GET /zapier), webhook registration (POST /zapier/subscribe with the callback in X-HOOKURL), webhook removal (DELETE /zapier/unsubscribe), and retrieval of the most recent captured lead (GET /zapier/get_leads). Every call carries an X-API-KEY header plus X-USER-ID and X-CHATBOT-ID to scope it to one account and one agent. Lead payloads carry created_on, name, email, phone_number and questions. No OpenAPI is published for it, and on 2026-08-13 every documented path returned HTTP 404 to an anonymous request while the host itself was healthy — recorded as published but unverified.

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/chatsimple-zapier-leads-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.

API entry from apis.yml

apis.yml Raw ↑
aid: chatsimple-zapier-leads-api
name: Expertise AI Zapier / Leads API
description: 'The only publicly documented HTTP endpoints Chatsimple (now Expertise AI) publishes. Documented
  on the Zapier integration page of docs.expertise.ai as four operations under the base URL https://api.expertise.ai/v0/users:
  a connect/authorize call (GET /zapier), webhook registration (POST /zapier/subscribe with the callback
  in X-HOOKURL), webhook removal (DELETE /zapier/unsubscribe), and retrieval of the most recent captured
  lead (GET /zapier/get_leads). Every call carries an X-API-KEY header plus X-USER-ID and X-CHATBOT-ID
  to scope it to one account and one agent. Lead payloads carry created_on, name, email, phone_number
  and questions. No OpenAPI is published for it, and on 2026-08-13 every documented path returned HTTP
  404 to an anonymous request while the host itself was healthy — recorded as published but unverified.'
humanURL: https://docs.expertise.ai/live/integrations/zapier
baseURL: https://api.expertise.ai/v0/users
tags:
- Lead Generation
- Webhook
- Automation
- Chatbots
tags_raw:
- Lead Generation
- Webhooks
- Automation
- Chatbot
properties:
- type: Documentation
  url: https://docs.expertise.ai/live/integrations/zapier
- type: APIReference
  url: https://docs.expertise.ai/live/integrations/zapier
- type: Authentication
  url: authentication/chatsimple-authentication.yml
- type: Webhooks
  url: asyncapi/chatsimple-webhooks.yml