SpotDraft · Capability

SpotDraft Public API — Contract Notes

SpotDraft Contract Notes capability. 4 operations across versions v1/v2/v2.1.

SpotDraft Public API — Contract Notes 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 Notes.

Run with Naftiko SpotDraftCLMContractsContract Notes

Capability Spec

spotdraft-contract-notes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Contract Notes
  description: SpotDraft Contract Notes capability. 4 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Contract Notes
  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-notes
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Contract Notes endpoints.
    headers: {}
    resources:
    - name: v2-1-public-contracts-composite-id-notes
      path: /api/v2.1/public/contracts/{composite_id}/notes
      operations:
      - name: v2-1-public-contracts-notes-retrieve
        method: GET
        description: Get contract notes
        outputRawFormat: json
        inputParameters:
        - name: composite_id
          in: path
          type: string
          required: true
        - name: contract_id
          in: path
          type: string
          required: true
    - name: v2-1-public-contracts-contract-id-notes-note-id
      path: /api/v2.1/public/contracts/{contract_id}/notes/{note_id}
      operations:
      - name: v2-1-public-contracts-notes-update
        method: PUT
        description: Update Contract Note
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: string
          required: true
        - name: note_id
          in: path
          type: string
          required: true
        - name: user-email
          in: header
          type: string
          required: false
        - name: body
          in: body
          type: object
          required: true
    - name: v2-public-contracts-composite-id-notes
      path: /api/v2/public/contracts/{composite_id}/notes
      operations:
      - name: v2-public-contracts-notes-retrieve
        method: GET
        description: Get contract notes
        outputRawFormat: json
        inputParameters:
        - name: composite_id
          in: path
          type: string
          required: true
        - name: contract_id
          in: path
          type: string
          required: true
    - name: v2-public-contracts-contract-id-notes-note-id
      path: /api/v2/public/contracts/{contract_id}/notes/{note_id}
      operations:
      - name: v2-public-contracts-notes-update
        method: PUT
        description: Update Contract Note
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: string
          required: true
        - name: note_id
          in: path
          type: string
          required: true
        - name: user-email
          in: header
          type: string
          required: false
        - name: body
          in: body
          type: object
          required: true