3
AC
Platform/Developers

Developer Platform

REST, GraphQL, webhooks, streaming, SDKs, OpenAPI, Postman, Terraform, CLI — scoped API keys with rotation and usage logs.

Public REST API

/api/v1

GraphQL API

/graphql

Webhook API

/api/v1/webhooks

Streaming API

wss://stream

OpenAPI specification

/openapi.json

Postman collection

/postman

API explorer

/developers/explorer

Terraform provider

registry.terraform.io/ziplyhuman

CLI

zhctl

API keys

Scoped permissions · workspace · environment · IP allowlist · expiry · rotation · last used · usage · revoke

NamePrefixScopesEnvIPLast used24h usageStatus
Production ingestzh_live_8f2a…events:write, calls:readproduction203.0.113.0/24just now48,210active
Staging SDKzh_test_91bc…events:write, metrics:readstaginganyjust now1,204active
BI exportzh_live_c0ff…exports:read, metrics:readproduction198.51.100.101d ago44active

Developer portal

Quick startAuthenticationCall ingestionEvent schemasTrace ingestionEvaluatorsMetricsAlertsIncidentsExportsWebhooksRate limitsError codesChangelogAPI status

Quick start

# Ingest event
curl -X POST https://human.ziply.my/api/v1/webhooks/events \
  -H "Authorization: Bearer zh_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"type":"call.completed","agent_id":"agt_01"}'

# Health
curl https://human.ziply.my/api/v1/health

# SDKs: TypeScript · Python · Go · Java · Terraform · zhctl CLI
TypeScript SDKPython SDKGo SDKTerraformzhctl CLI