Acelab Material Hub Platform API

The private production API behind the Acelab Material Hub web application and Revit add-in. It is not a published developer product: no OpenAPI, no API reference and no key-issuance flow is published anywhere on acelabusa.com, and "Custom API Integrations" are listed as an Enterprise-tier, sales-gated item on the pricing page. The base URL recorded here is the one Acelab's own Nuxt application at app.acelabusa.com calls at runtime; requests to it answer 401 with WWW-Authenticate: Bearer, and the ASP.NET Swagger surface at /swagger/v1/swagger.json answers 401 with WWW-Authenticate: Basic — the machine-readable contract exists but is behind an access control.

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/acelab-material-hub-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: Acelab Material Hub Platform API
description: 'The private production API behind the Acelab Material Hub web application and Revit add-in.
  It is not a published developer product: no OpenAPI, no API reference and no key-issuance flow is published
  anywhere on acelabusa.com, and "Custom API Integrations" are listed as an Enterprise-tier, sales-gated
  item on the pricing page. The base URL recorded here is the one Acelab''s own Nuxt application at app.acelabusa.com
  calls at runtime; requests to it answer 401 with WWW-Authenticate: Bearer, and the ASP.NET Swagger surface
  at /swagger/v1/swagger.json answers 401 with WWW-Authenticate: Basic — the machine-readable contract
  exists but is behind an access control.'
humanURL: https://www.acelabusa.com/pricing/architect-designers
baseURL: https://acelab-api-prod-178528813198.us-east4.run.app/api
tags:
- Building Materials
- Product Data
- Specification
properties:
- type: Authentication
  url: authentication/acelab-authentication.yml