Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.processzen.io/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

All API endpoints are authenticated using Bearer tokens and found in the API Keys section of the ProcessZen dashboard
curl "https://processzen.com/api/endpoint" \
  -H "Authorization: Bearer <API_KEY>"