SDK & Integrations

Zapier Webhooks & Automated Actions

Trigger Zapier workflows on daily solar term shifts or calculate charts from Zapier triggers.

No-Code Automations
Connect BaZi API using Zapier Header Authentication (x-api-key: bazi_live_xxxx) or instant webhooks.

Quick Start

Zapier Action Request Payload
JSON
{
  "method": "POST",
  "url": "https://api.baziapi.pro/api/v1/bazi/calculate",
  "headers": {
    "x-api-key": "bazi_live_xxxx",
    "Content-Type": "application/json"
  },
  "body": {
    "birthDate": "{{input_date}}",
    "birthTime": "{{input_time}}",
    "gender": "{{input_gender}}"
  }
}

Something unclear? Contact developer support.