---
title: "Add Indicator to the Queue"
method: POST
path: "/api/analyze.php"
tags: ["Scan"]
---

# Add Indicator to the Queue

`POST /api/analyze.php`

Add an indicator to the scanning queue and receive a queue ID, so you can poll for results.

## Query parameters

- `key` string
- `value` string
- `ioc` string
- `probe` 0 | 1
- `submit` 0 | 1
- `pretty` 0 | 1

## Response `200`

Successful request. Returns scan queue information in JSON format.

- ScanResponse
  - `qid` integer — Unique identifier of the scan request (Queue ID).

## Other responses

- `400` — Bad request. The request was malformed or missing required parameters.
- `401` — Unauthorized. Your API key is missing or invalid.
- `404` — Not found. The requested indicator could not be located.
- `429` — Rate limit exceeded. Too many requests have been made in a short period of time.
- `500` — Server error. An unexpected problem occurred on our end. These errors are automatically reported to our team.

---

[API](https://skmtc.dev/pulsedive/apis/pulsedive-api-reference.md) · [All operations](https://skmtc.dev/pulsedive/apis/pulsedive-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pulsedive/pulsedive-api-reference/revisions/d0d40458010b/schema)
