AskBiz
Help Centre
API & Developersยท4 min readยทUpdated 1 April 2026

API Access Overview

AskBiz API access for developers. What's available via the API, how to get started, supported endpoints, and plan requirements.

API Availability#

The AskBiz API is available on the Business plan (ยฃ39/mo). It allows developers to:

  • Query your Business Pulse score programmatically
  • Retrieve anomaly alerts
  • Pull Daily Brief content
  • Submit questions to the AskBiz AI and receive structured JSON responses
  • Push data from custom sources not covered by native connectors

Base URL#

All API requests are made to: https://api.askbiz.co/v1/

All endpoints require authentication via Bearer token. See the Authentication article for setup.

Key Endpoints#

  • GET /pulse โ€” current Business Pulse score and dimension breakdown
  • GET /alerts โ€” list of active anomaly alerts
  • GET /brief/latest โ€” today's Daily Brief as structured JSON
  • POST /ask โ€” submit a question; returns AI answer as JSON
  • POST /data/push โ€” push custom data records to your AskBiz dataset
  • GET /tools/fx-risk โ€” retrieve FX Risk Modeller results
  • GET /tools/landed-cost โ€” run a landed cost calculation

Use Cases#

Common developer use cases:

  • Embed your Business Pulse score in your internal dashboard
  • Set up a Slack bot that delivers your Daily Brief each morning
  • Trigger a question to AskBiz from a Zapier workflow when an order threshold is hit
  • Build a custom mobile app for your team that surfaces AskBiz data
  • Push sales data from a custom POS system that doesn't have a native connector

Frequently Asked Questions

Was this article helpful?

Still stuck? Email our support team.