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

    BlockchainData

    {
        "signature": "string",
        "confirmed": true,
        "timestamp": 0,
        "explorerUrl": "http://example.com"
    }
    Built with