Alloy · Capability

Alloy Documents

Alloy Documents is a Naftiko capability published by Alloy, one of 9 capabilities the APIs.io network indexes for this provider.

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

Run with Naftiko

Capability Spec

alloy-documents.yaml Raw ↑
specification: Naftiko Capability
specificationVersion: '0.1'
id: alloy-documents
name: Alloy Documents
description: Upload, retrieve, replace, and annotate documents (IDs, proof of
  address, supporting docs) attached to entities for document verification and
  step-up review.
provider: Alloy
providerId: alloy
created: '2026-05-25'
modified: '2026-05-25'
tags:
  - Documents
  - Document Verification
  - KYC
operations:
  - id: post-document
    summary: Upload a Document
    method: POST
    path: /documents
  - id: put-document
    summary: Replace a Document
    method: PUT
    path: /documents/{document_token}
  - id: get-entity-documents
    summary: List Documents for an Entity
    method: GET
    path: /entities/{entity_token}/documents
  - id: post-entity-document
    summary: Upload a Document for an Entity
    method: POST
    path: /entities/{entity_token}/documents
  - id: get-entity-document
    summary: Get an Entity Document
    method: GET
    path: /entities/{entity_token}/documents/{document_token}
  - id: patch-entity-document
    summary: Update an Entity Document
    method: PATCH
    path: /entities/{entity_token}/documents/{document_token}