You've reached the public API host. The full reference, SDKs, and webhook setup all live in the docs — keys are issued from the dashboard.
https://api.partython.com
All systems operational
v1 · stable
Quickstart, auth, /v1/respond schema, errors, rate limits, webhooks.
Open docs → DashboardSign in, open Settings → API Keys, click Generate. Plaintext is shown once.
Open dashboard → SDKsDrop-in libraries with shared error hierarchy and request_id surfacing.
Install →curl https://api.partython.com/api/v1/respond \
-H "Authorization: Bearer pk_live_..." \
-H "Content-Type: application/json" \
-d '{
"channel": "web",
"channel_user_id": "user-abc",
"message_text": "I need party supplies for 12 kids"
}'
Full catalogue with request bodies, response schemas, and error codes lives in the API reference.