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

    Authentication

    All endpoints require authentication using a Bearer Token.
    Get your Bearer Token
    You can retrieve your token here:
    https://app.sherlockeye.io/api
    How to use it
    Include the token in the Authorization header:
    Authorization: Bearer YOUR_TOKEN_HERE
    Modified at 2026-01-28 21:18:40
    Previous
    Welcome to Sherlockeye API
    Next
    Get token balance for the authenticated user
    Built with