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

    CreateSearchResponse

    {
        "success": true,
        "data": {
            "searchId": "string",
            "type": "string",
            "value": "string",
            "status": "processing",
            "createdAt": "2019-08-24T14:15:22.123Z"
        }
    }
    Built with