Documentation

Everything you need to integrate Helix-API into your application.

Quick Start

1

Get your API key

Sign up on RapidAPI and subscribe to any Helix-API.

2

Make your first call

Use the code snippets below or our OpenAPI specs.

3

Ship to production

Scale with Pro, Ultra, or Mega plans as you grow.

API Reference

Authentication

All Helix-API endpoints are authenticated through RapidAPI. Include these headers with every request:

headers: {
  "X-RapidAPI-Key": "YOUR_RAPIDAPI_KEY",
  "X-RapidAPI-Host": "API_NAME.p.rapidapi.com"
}

Response Format

Every API returns a consistent JSON structure:

{
  "status": "ok",
  "data": { ... },
  "meta": { "cached": false, "latency_ms": 142 },
  "timestamp": "2026-05-20T12:00:00Z"
}