Documentation

API reference, guides, and tutorials for HPMX integration

Getting Started
Learn how to integrate with the HPMX API

# Getting Started

Welcome to the HPMX API documentation. This guide will help you get up and running quickly.

## Authentication

All API requests require authentication using a bearer token:

```bash
curl -H "Authorization: Bearer YOUR_TOKEN" https://api.example.com/api/v1/knowledge-graph
```

## Base URL

The API base URL is: `https://api.example.com/api/v1`

## Quick Start

1. Generate your API key from the developer portal
2. Set up authentication headers
3. Start making API calls

## Rate Limits

- Standard tier: 100 requests/minute
- Enterprise tier: 1000 requests/minute