SpotDraft · Capability

SpotDraft Public API — Contract Facets

SpotDraft Contract Facets capability. 2 operations across versions v1/v2/v2.1.

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

Run with Naftiko SpotDraftCLMContractsContract Facets

Capability Spec

spotdraft-contract-facets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Contract Facets
  description: SpotDraft Contract Facets capability. 2 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Contract Facets
  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-facets
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Contract Facets endpoints.
    headers: {}
    resources:
    - name: v2-1-public-facets
      path: /api/v2.1/public/facets/
      operations:
      - name: v2-1-public-facets-retrieve
        method: GET
        description: List contract search facets
        outputRawFormat: json
        inputParameters:
        - name: include_options
          in: query
          type: boolean
          required: false
    - name: v2-1-public-facets-options-field-name
      path: /api/v2.1/public/facets/options/{field_name}/
      operations:
      - name: v2-1-public-facets-options-retrieve
        method: GET
        description: Get facet field options
        outputRawFormat: json
        inputParameters:
        - name: exclude
          in: query
          type: string
          required: false
        - name: field_name
          in: path
          type: string
          required: true
        - name: q
          in: query
          type: string
          required: false