Sherlockeye API
    • Welcome to Sherlockeye API
    • Authentication
    • Balance
      • Get token balance for the authenticated user
        GET
    • Searches
      • Create a new OSINT search
        POST
      • Get search details and results
        GET
      • Delete a search
        DELETE
    • Blockchain
      • Register a search on the blockchain
        POST
    • Summary
      • Get (or generate) an AI summary for a search
        GET
    • Schemas
      • ErrorResponse
      • BalanceResponse
      • CreateSearchRequest
      • CreateSearchResponse
      • GetSearchResponse
      • DeleteSearchResponse
      • BlockchainResponse
      • SummaryResponse
      • SearchResult
      • BlockchainData

    Welcome to Sherlockeye API

    Welcome to the Sherlockeye API
    The Sherlockeye API allows you to run OSINT searches, retrieve structured intelligence, register investigation results on the blockchain, and generate AI-powered summaries to support your investigations.
    This API is designed to be:
    1.
    Predictable: consistent JSON response format across all endpoints
    2.
    Stable: reliable contracts for long-term integrations
    Modified at 2026-01-28 21:19:08
    Next
    Authentication
    Built with