THD API Docs

Quickstart

Make your first API call in under 5 minutes.

Prerequisites

  • An API key from Studio
  • Node.js 18+ or Python 3.10+

Install

curl -X POST https://api.totalhumandesign.com/pi/v1/chart/bodygraph \
  -H "Authorization: Bearer $THD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"birthDate":"1990-06-15","birthTime":"14:30","birthPlace":"Manila, Philippines"}'

Response

A successful call returns a chart object with gates, channels, centers, profile, and type. See Core Concepts for field definitions.