AI-readable Zevari documentation snapshot

Zevari API Reference

AI-readable Zevari API reference. The browser reference renders Zevari's curated public API contract.

Requested URL: https://docs.zevari.ai/api/reference

API Overview

Zevari exposes an HTTPS JSON REST API described by an OpenAPI 3.1 contract. The production base URL is https://api.zevari.ai. Public API endpoints use endpoint-specific HTTP verbs: GET for reads, PATCH for updates, DELETE for deletes, and POST for creates, approvals, generation, and other actions. The API is built from the same public method contract used by Zevari's MCP-backed execution layer, so it is appropriate for scheduled runners, CRM integrations, internal tools, and agent bridges that need direct HTTP endpoints.

Access Requirements

To use the public API, you need a Zevari account, an active workspace subscription, permission to the workspace, and permission to the LinkedIn sender or workspace resource that backs the workflow. LinkedIn-backed actions depend on the connected sender account and Zevari's documented approval and safety behavior.

Authentication

Create API keys in the Zevari app at Dashboard Settings - API Keys. API keys start with zvr_api_ and authenticate public API requests with Authorization: Bearer <key>. Keys are shown once, should be stored in a secret manager or environment variable, and should be rotated or revoked when access changes. Keep keys out of prompts, client-side code, CSV files, logs, and committed files.

API Reference