Mintlify · JSON Structure

Mintlify Structure

Structural overview of the Mintlify API surface; extracted from openapi/.

Type: Properties: 0
Documentation

Mintlify Structure is a JSON Structure definition published by Mintlify.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Mintlify",
  "providerId": "mintlify",
  "kind": "json-structure",
  "description": "Structural overview of the Mintlify API surface; extracted from openapi/.",
  "schemaCount": 6,
  "operationCount": 8,
  "schemas": [
    {
      "name": "UpdateStatus",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "AgentJobRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "messages"
      ]
    },
    {
      "name": "AgentJob",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "AssistantMessageRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "fp",
        "messages"
      ]
    },
    {
      "name": "SearchRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "query"
      ]
    },
    {
      "name": "SearchResult",
      "type": "object",
      "propertyCount": 3,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "POST",
      "path": "/v1/project/update/{projectId}",
      "operationId": "triggerUpdate",
      "summary": "Trigger documentation update",
      "tags": [
        "Update"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/project/update-status/{statusId}",
      "operationId": "getUpdateStatus",
      "summary": "Get update status",
      "tags": [
        "Update"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/agent/{projectId}/job",
      "operationId": "createAgentJob",
      "summary": "Create agent job",
      "tags": [
        "Agent"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/agent/{projectId}/job/{id}",
      "operationId": "getAgentJob",
      "summary": "Get agent job",
      "tags": [
        "Agent"
      ]
    },
    {
      "method": "POST",
      "path": "/discovery/v2/assistant/{domain}/message",
      "operationId": "createAssistantMessage",
      "summary": "Create assistant message",
      "tags": [
        "Assistant"
      ]
    },
    {
      "method": "POST",
      "path": "/discovery/v1/search/{domain}",
      "operationId": "searchDocs",
      "summary": "Search documentation",
      "tags": [
        "Assistant"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/analytics/feedback",
      "operationId": "getFeedback",
      "summary": "Get user feedback",
      "tags": [
        "Analytics"
      ]
    },
    {
      "method": "GET",
      "path": "/v1/analytics/conversations",
      "operationId": "getConversations",
      "summary": "Get assistant conversations",
      "tags": [
        "Analytics"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/mintlify-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.