> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-feat-poc-api-playground.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenGraph API

> Information on how to use the OpenGraph API

<img noZoom src="https://mintcdn.com/specterops-feat-poc-api-playground/5XJ7p5p7xL9ZwxE2/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=5XJ7p5p7xL9ZwxE2&q=85&s=79b8dea14cb2266671c0a2f64f4b9caa" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

# API Endpoints

|        |                                  |                                                                                      |
| ------ | -------------------------------- | ------------------------------------------------------------------------------------ |
| GET    | /api/v2/custom-nodes             | Get all custom node types and their configurations.                                  |
| GET    | /api/v2/custom-nodes/{node_type} | Get configuration for a specific node type.                                          |
| POST   | /api/v2/custom-nodes             | Create a new custom node type with configuration.                                    |
| PUT    | /api/v2/custom-nodes/{node_type} | Update the configuration of an existing node type.                                   |
| DELETE | /api/v2/custom-nodes/{node_type} | Delete a custom node type.                                                           |
| POST   | /api/v2/clear-database           | Clears all elements of the database including Base Node Types and Custom Node Types. |

For more information, please consult our complete [API Reference](https://bloodhound.specterops.io/reference/overview)
