HKBU GenAI Platform API (undocumented, key-gated)

HKBU runs its own generative-AI gateway at genai.hkbu.edu.hk, fronting third-party models (Anthropic, Google, Meta AI, OpenAI) for staff and students. Probing on 2026-08-30 found a live REST surface at /general/rest/deployments/{deployment}/chat/completions and /general/rest/deployments/{deployment}/embeddings, routed internally to /api/v0/rest/* by a NestJS application. It takes an Azure-OpenAI-shaped request and an api-key request header: an unauthenticated POST returns 401 {"message":"API key is missing or invalid."}, and a POST carrying an api-key header returns a distinct 401 {"message":"API key validation failed due to an internal error."}, confirming the header is the credential channel. No OpenAPI, no public developer documentation and no self-service signup were found on any HKBU host; the platform UI is a Next.js SPA behind institutional login. Recorded as an institution-operated surface with no contract saved, because none is published.

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/genai-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

API entry from apis.yml

apis.yml Raw ↑
aid: hong-kong-baptist-university:genai-platform-api
name: HKBU GenAI Platform API (undocumented, key-gated)
description: 'HKBU runs its own generative-AI gateway at genai.hkbu.edu.hk, fronting third-party models
  (Anthropic, Google, Meta AI, OpenAI) for staff and students. Probing on 2026-08-30 found a live REST
  surface at /general/rest/deployments/{deployment}/chat/completions and /general/rest/deployments/{deployment}/embeddings,
  routed internally to /api/v0/rest/* by a NestJS application. It takes an Azure-OpenAI-shaped request
  and an api-key request header: an unauthenticated POST returns 401 {"message":"API key is missing or
  invalid."}, and a POST carrying an api-key header returns a distinct 401 {"message":"API key validation
  failed due to an internal error."}, confirming the header is the credential channel. No OpenAPI, no
  public developer documentation and no self-service signup were found on any HKBU host; the platform
  UI is a Next.js SPA behind institutional login. Recorded as an institution-operated surface with no
  contract saved, because none is published.'
x-operator: institution
humanURL: https://genai.hkbu.edu.hk/
baseURL: https://genai.hkbu.edu.hk/general/rest/
x-baseurl-note: The base path answers 404 to a GET by design — only the POST operation paths beneath it
  (/deployments/{deployment}/chat/completions, /deployments/{deployment}/embeddings) are routed. Recorded
  as the correct integration base, not as a browsable page.
tags:
- Artificial Intelligence
- Generative AI
- Gated
properties:
- type: Website
  url: https://genai.hkbu.edu.hk/
- type: Documentation
  url: https://chtl.hkbu.edu.hk/ai-hkbu.html