> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pulsedive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Access comprehensive threat intelligence through Pulsedive's API. Search indicators, scan for threats, retrieve feed data, and automate security workflows with the same endpoints that power our web interface.

## Welcome to the Pulsedive API!

The Pulsedive platform UI performs requests to the same endpoints you will access programmatically.
This means that in most cases, you can use the API to fetch the same data and perform the same functions as the [web interface](https://pulsedive.com/).

We have designed the API to be flexible and comprehensive, but if you have questions or need features we haven't covered yet, please [contact us](https://pulsedive.com/contact)!

## Endpoints

Direct all API requests to these paths:

<ParamField path="/api/indicator.php">
  [Look up threat intelligence for specific indicators](/api/indicator/overview/) like domains and IP addresses.
</ParamField>

<ParamField path="/api/analyze.php">
  [Scan indicators](/api/scan/overview/) on-demand to gather threat intelligence without storing them permanently.
</ParamField>

<ParamField path="/api/explore.php">
  [Search across Pulsedive's database](/api/explore/overview/) using flexible queries to find indicators or threats that match your criteria.
</ParamField>

<ParamField path="/api/threat.php">
  [Get information about threats](/api/threat/overview/) like malware families, adversary groups, and campaigns.
</ParamField>

<ParamField path="/api/feed.php">
  [Access curated threat intelligence collections](/api/feed/overview/) from security organizations and research projects.
</ParamField>
