Autodesk · Schema

Autodesk Hub

A hub represents an Autodesk account (such as BIM 360, ACC, or Fusion Team) that serves as the top-level container for projects and data. Hubs provide organizational context for all data management operations.

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
type string The JSON:API resource type.
id string The unique hub identifier, prefixed with 'b.' for BIM 360/ACC or 'a.' for Autodesk accounts.
attributes object
relationships object
links object
View JSON Schema on GitHub

JSON Schema

autodesk-hub.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-search/autodesk/refs/heads/main/json-schema/autodesk-hub.json",
  "title": "Autodesk Hub",
  "description": "A hub represents an Autodesk account (such as BIM 360, ACC, or Fusion Team) that serves as the top-level container for projects and data. Hubs provide organizational context for all data management operations.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "hubs",
      "description": "The JSON:API resource type."
    },
    "id": {
      "type": "string",
      "description": "The unique hub identifier, prefixed with 'b.' for BIM 360/ACC or 'a.' for Autodesk accounts.",
      "examples": ["b.12345678-abcd-efgh-ijkl-123456789012"]
    },
    "attributes": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "The display name of the hub."
        },
        "region": {
          "type": "string",
          "enum": ["US", "EMEA"],
          "description": "The geographic region where the hub data is stored."
        },
        "extension": {
          "$ref": "#/$defs/Extension"
        }
      },
      "required": ["name"]
    },
    "relationships": {
      "type": "object",
      "properties": {
        "projects": {
          "type": "object",
          "properties": {
            "links": {
              "type": "object",
              "properties": {
                "related": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string",
                      "format": "uri"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "links": {
      "type": "object",
      "properties": {
        "self": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "format": "uri"
            }
          }
        }
      }
    }
  },
  "required": ["type", "id"],
  "$defs": {
    "Extension": {
      "type": "object",
      "description": "Extension object providing additional type-specific metadata.",
      "properties": {
        "type": {
          "type": "string",
          "description": "The extension type identifier.",
          "examples": ["hubs:autodesk.bim360:Account", "hubs:autodesk.core:Hub"]
        },
        "version": {
          "type": "string",
          "description": "Extension schema version."
        },
        "data": {
          "type": "object",
          "additionalProperties": true
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/autodesk-hub"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.