ZetaRank Developer Access

Connect your AI agent or application to the Human API.

Approved integrations receive ZetaRank-issued Agent API keys. Customers never need an API key; the key identifies your application to ZetaRank.

Authentication model

Two security layers protect agent conversations.

01

Agent API Key

Identifies the approved developer or AI application making the API call.

Authorization: Bearer zr_live_...
02

Request Token

Protects one individual Human API conversation. It is returned only when that request is created.

X-ZetaRank-Request-Token: ...
Quick start

Create a Human API request from an approved agent.

POST https://zetarank.com/wp-json/zetarank/v1/human-requestAuthorization: Bearer zr_live_xxxxxxxxx
Content-Type: application/json

{
  "category": "technical-seo",
  "name": "Jane Smith",
  "email": "jane@example.com",
  "website": "https://example.com",
  "message": "Customer needs help diagnosing an indexing issue.",
  "contact_permission": true
}
Request access

Apply for ZetaRank Agent API access.

Tell us what your app or agent will do. ZetaRank staff chooses the scopes your integration may use.

Requested permissions