Uniphore Business AI Cloud (BAIC) Platform API

The Business AI Cloud platform API. The publicly documented surface is the customer-deployed BAIC distribution: a machine-to-machine token exchange at POST /auth/m2m-token, a retrieval-augmented question-answering endpoint at POST /v1/question-answer/ask, an OpenAI-compatible LLM inference proxy at /openai/v1, and a small-language-model fine-tuning studio at /v1, fronted by forge-api-gateway. Uniphore publishes no OpenAPI definition and no public API reference; api.uniphore.com is a live Kong gateway whose routes are tenant- and product-scoped. For self-hosted deployments the base URL is customer-determined.

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/uniphore-business-ai-cloud-baic-platform-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 ↑
name: Uniphore Business AI Cloud (BAIC) Platform API
description: 'The Business AI Cloud platform API. The publicly documented surface is the customer-deployed
  BAIC distribution: a machine-to-machine token exchange at POST /auth/m2m-token, a retrieval-augmented
  question-answering endpoint at POST /v1/question-answer/ask, an OpenAI-compatible LLM inference proxy
  at /openai/v1, and a small-language-model fine-tuning studio at /v1, fronted by forge-api-gateway. Uniphore
  publishes no OpenAPI definition and no public API reference; api.uniphore.com is a live Kong gateway
  whose routes are tenant- and product-scoped. For self-hosted deployments the base URL is customer-determined.'
humanURL: https://uniphore.github.io/baic-docs/
baseURL: https://api.uniphore.com
tags:
- Artificial Intelligence
- Agents
- Large Language Models
- Knowledge-Management
tags_raw:
- Artificial Intelligence
- Agents
- Large Language Models
- Knowledge Management
properties:
- type: Documentation
  url: https://uniphore.github.io/baic-docs/
- type: Authentication
  url: authentication/uniphore-authentication.yml
- type: Conventions
  url: conventions/uniphore-conventions.yml
- type: SourceCode
  url: https://github.com/uniphore/baic-docs