> ## 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.

# Collections

> Access organized sets of STIX threat intelligence through TAXII collections.

Collections are logical groupings of STIX objects within an API root.
Each collection represents a curated dataset, such as indicators from a specific feed, threat intelligence for a particular sector, or objects matching certain criteria.

Collections contain the STIX objects you can download from Pulsedive's TAXII server.

Use collection endpoints to:

* List available collections and their metadata
* Retrieve STIX objects from a specific collection
* Filter objects by type, risk, timestamps, and other criteria

## Available Collections

Pulsedive provides these collections with different access levels:

| Collection     | ID                                     | Access Level      | Content                                   |
| -------------- | -------------------------------------- | ----------------- | ----------------------------------------- |
| Test data      | `981c4916-ebb2-4567-aece-54ae970c4230` | Free with API key | Live sample indicator objects for testing |
| Indicator data | `a5cffbfe-c0ff-4842-a235-cb3a7a040a37` | Pro/Feed plan     | All Pulsedive indicator objects           |
| Threat data    | `dc9ecfa5-7769-4cf3-b699-38a9776b431d` | Pro/Feed plan     | All Pulsedive threat objects              |

<Tip>
  **Try before you buy**: Evaluate our TAXII service using the free test collection with live Pulsedive data perfect for testing integrations or learning about STIX/TAXII.
  You only need a free API key.
  Get one by [signing up for a free account](https://pulsedive.com/register).
</Tip>
