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

    ErrorResponse

    {
        "success": false,
        "errorCode": "string",
        "message": "string",
        "details": {
            "property1": "string",
            "property2": "string"
        }
    }
    Built with