SpotDraft · Capability

SpotDraft Public API — Workspace Files

SpotDraft Workspace Files capability. 2 operations across versions v1/v2/v2.1.

SpotDraft Public API — Workspace Files 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 Workspace Files.

Run with Naftiko SpotDraftCLMContractsWorkspace Files

Capability Spec

spotdraft-workspace-files.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Workspace Files
  description: SpotDraft Workspace Files capability. 2 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Workspace Files
  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: workspace-files
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Workspace Files endpoints.
    headers: {}
    resources:
    - name: v2-1-public-workspace-files-uploads
      path: /api/v2.1/public/workspace/files/uploads/
      operations:
      - name: v2-1-public-workspace-files-uploads-create
        method: POST
        description: Initialize workspace file uploads
        outputRawFormat: json
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    - name: v2-1-public-workspace-files-file-id
      path: /api/v2.1/public/workspace/files/{file_id}/
      operations:
      - name: v2-1-public-workspace-files-retrieve
        method: GET
        description: Get workspace file signed download URL
        outputRawFormat: json
        inputParameters:
        - name: file_id
          in: path
          type: string
          required: true