Digital Media Provenance home pagelight logodark logo
  • Support
  • Home
  • Home
Guides
API Reference
SDK Reference
CLI Reference
Identity
TRUST Stamp
  • Discord
  • Telegram
  • Overview
    • API Overview
    Wallet
    • POST
      /create-wallet
    • POST
      /link-wallet
    • GET
      /find-wallet
    Identity
    • POST
      /register/identity
    • GET
      /identity/session
    File Operations
    • POST
      /register
    • POST
      /transactions
    • POST
      /search
    Server
    • GET
      /health
    On this page
    • API Endpoints
    • 🏦 Wallet Management
    • 📁 File Operations
    • ⚡ System
    Overview

    API Overview

    The Trust Engine REST API provides simple HTTP endpoints for registering, searching, and managing digital content provenance records.

    ​
    API Endpoints

    ​
    🏦 Wallet Management

    Create Wallet

    POST /create-walletCreate a new managed wallet linked to a user ID

    Link Wallet

    POST /link-walletLink an existing wallet to a user ID

    Find Wallet

    POST /find-walletFind wallet by user ID or find user by wallet address

    ​
    📁 File Operations

    Register File

    POST /registerRegister content with cryptographic provenance proof

    Search Files

    POST /searchFind registered content by content hash

    Submit Transaction

    POST /transactionsSubmit signed transactions to the blockchain

    ​
    ⚡ System

    Health Check

    GET /healthCheck if Trust Engine services are operational
    /create-wallet
    xlinkedin
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.