# API Docs

The Threat.Zone Public API provides developers with a robust and intuitive way to interact with Threat.Zone's advanced malware analysis platform programmatically. It offers endpoints to submit files for scanning, retrieve detailed scan reports, and integrate Threat.Zone's powerful analysis capabilities directly into external applications and services.

This API is RESTful and supports standard HTTP methods like `GET`, `POST`, and `DELETE`.

#### Key Features

* **File & URL Submission:** Easily upload and scan files and URLs for comprehensive malware analysis.
* **Report Retrieval:** Fetch detailed reports including static analysis results, behavioral insights, and extracted indicators of compromise (IOCs).
* **Integration:** Seamlessly incorporate Threat.Zone's advanced scanning and malware detection functionalities into your applications and workflows. With this API, you can make integrations to the SOARs too.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.malwation.com/threatzone/api-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
