Heimdall Documentation
See what's next before everyone else.
Introduction
Heimdall is discover trends before they become mainstream. These docs cover installation, core concepts, and the full API reference.
Quickstart
Install the SDK and make your first request:
npm install @helpingbrains/heimdall
import { Heimdall } from "@helpingbrains/heimdall";
const client = new Heimdall({ apiKey: process.env.HB_API_KEY });
const result = await client.ping();Authentication
Authenticate with an API key from your HelpingBrains dashboard. Pass it via theAuthorizationheader as a Bearer token.
Core Concepts
- Trend discovery. A first-class capability in Heimdall.
- Content ideas. A first-class capability in Heimdall.
- Viral topic detection. A first-class capability in Heimdall.
- Social intelligence. A first-class capability in Heimdall.
- Competitor monitoring. A first-class capability in Heimdall.
API Reference
The Heimdall REST API is organized around predictable, resource-oriented URLs and returns JSON responses. Full endpoint reference coming soon.
