This Manager's Client
Submits a file to be analyzed.
The file to analyze
Analysis data.
Gets a list of your previously analyzed samples that share code with the analyzed file.
The analysis ID.
The sub-analysis ID.
An array of previously analyzed files.
This endpoint retrieves a summary of the analysis of an uploaded file, the summary provides high-level analysis results.
The analysis ID.
Analysis data.
Gets code reuse findings in a specific file.
The analysis ID.
The sub-analysis ID.
RawCodeReuseData.
Gets a list of various public samples stored in the Intezer Genome Database that share code with the family detected in the analyzed file.
The analysis ID.
The sub-analysis ID.
An array of family-related samples.
This endpoint enables you to retrieve the latest available results of a previously analyze file by specifying its hash.
The response may return the HTTP status code 404, which indicates that the file is not available in Intezer Analyze.
The file's SHA256, SHA1 or MD5 hash.
Analysis data.
Gets the list of sub-analysis-ids of a specific analysis id, including the sub-analysis-id of the root file. These sub-analysis-ids enable you to use other endpoints to get additional details about the analysis.
The analysis ID.
Array of RawSubAnalysisData.
Gets the sample's metadata.
The analysis ID.
The sub-analysis ID.
Sample metadata.
Generated using TypeDoc
This class is responsible for a Client's Raw API interactions. It provides the same functions exposed in the RawAPI namespace. Except you don't have to provide an AccessToken as the Client handles it.