Robin AI · JSON Structure

Robin Ai Document Structure

JSON Structure description of the Robin AI Document resource — the primary uploaded artifact in the Legal Intelligence Platform.

Type: object Properties: 0
LegalLegal TechContract ReviewContract AnalysisContract Lifecycle ManagementCLMDocument ExtractionStructured DataLegal AIArtificial IntelligenceWord Add-InPlaybookRedliningObligation TrackingAnthropicClaude

Document is a JSON Structure definition published by Robin AI. It conforms to the https://json-structure.org/draft-00/schema meta-schema.

Meta-schema: https://json-structure.org/draft-00/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft-00/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/robin-ai/main/json-structure/robin-ai-document-structure.json",
  "title": "Robin AI Document Structure",
  "description": "JSON Structure description of the Robin AI Document resource — the primary uploaded artifact in the Legal Intelligence Platform.",
  "type": "object",
  "name": "Document",
  "fields": [
    { "name": "id", "type": "string", "format": "robin-doc-id", "required": true, "description": "Stable Robin document identifier (doc_*)." },
    { "name": "name", "type": "string", "required": true, "description": "Human-readable filename or title." },
    { "name": "type", "type": "string", "nullable": true, "description": "Detected document type (NDA, MSA, lease, etc.)." },
    { "name": "group", "type": "string", "nullable": true, "description": "Group ID this document belongs to." },
    { "name": "document_status", "type": "enum", "values": ["active", "inactive", "archived", "deleted"], "required": true },
    { "name": "processing_status", "type": "enum", "values": ["pending", "processing", "completed", "failed"], "required": true },
    { "name": "created_at", "type": "datetime", "format": "iso8601", "required": true },
    { "name": "updated_at", "type": "datetime", "format": "iso8601", "required": true },
    {
      "name": "properties",
      "type": "array",
      "items": {
        "type": "object",
        "fields": [
          { "name": "definition_key", "type": "string", "required": true },
          { "name": "value", "type": "polymorphic", "oneOf": ["string", "number", "boolean", "datetime"], "required": true }
        ]
      }
    }
  ],
  "relationships": [
    { "name": "group", "target": "Group", "cardinality": "many-to-one" },
    { "name": "properties", "target": "DocumentProperty", "cardinality": "one-to-many" }
  ]
}

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/robin-ai-document-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.