SpotDraft · Capability

SpotDraft Public API — Contract Metadata Definitions

SpotDraft Contract Metadata Definitions capability. 3 operations across versions v1/v2/v2.1.

SpotDraft Public API — Contract Metadata Definitions is a Naftiko capability published by SpotDraft, one of 29 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include SpotDraft, CLM, Contracts, and Contract Metadata Definitions.

Run with Naftiko SpotDraftCLMContractsContract Metadata Definitions

Capability Spec

spotdraft-contract-metadata-definitions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Contract Metadata Definitions
  description: SpotDraft Contract Metadata Definitions capability. 3 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Contract Metadata Definitions
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SPOTDRAFT_CLIENT_ID: SPOTDRAFT_CLIENT_ID
    SPOTDRAFT_CLIENT_SECRET: SPOTDRAFT_CLIENT_SECRET
capability:
  consumes:
  - type: http
    namespace: contract-metadata-definitions
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Contract Metadata Definitions endpoints.
    headers: {}
    resources:
    - name: v2-1-public-key-pointers
      path: /api/v2.1/public/key_pointers/
      operations:
      - name: v2-1-public-key-pointers-retrieve
        method: GET
        description: List contract metadata definitions
        outputRawFormat: json
        inputParameters:
        - name: contract_type_id
          in: query
          type: integer
          required: true
        - name: is_external
          in: query
          type: boolean
          required: false
    - name: v2-1-public-key-pointers-field-name-mapping
      path: /api/v2.1/public/key_pointers/field-name-mapping/
      operations:
      - name: v2-1-public-key-pointers-field-name-mapping-crea
        method: POST
        description: Map template fields to contract metadata
        outputRawFormat: json
        inputParameters:
        - name: body
          in: body
          type: object
          required: false
    - name: v2-public-key-pointers
      path: /api/v2/public/key_pointers/
      operations:
      - name: v2-public-key-pointers-retrieve
        method: GET
        description: List contract metadata definitions
        outputRawFormat: json
        inputParameters:
        - name: contract_type_id
          in: query
          type: integer
          required: true
        - name: is_external
          in: query
          type: boolean
          required: false