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 Exchange Rate Risk 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.