Z

Zebrafy API Reference

Generate on-brand content and score text programmatically.

1. Get your key

Go to Dashboard → Settings and create an API key. Scope it to a brand profile for automatic voice matching.

2. Make a request
curl -X POST /api/v1/generate
  -H "Authorization: Bearer zbr_..."
  -H "Content-Type: application/json"
  -d '{"platform":"linkedin",
       "inputContext":"..."}'
3. Get on-brand content
{
  "content": "Your perfectly
    on-brand content...",
  "platform": "linkedin",
  "contentType": "post",
  "brandProfile": { ... },
  "requestId": "req_..."
}
Base URL: https://getzebrafy.com/api/v1
Auth: Bearer zbr_...
Rate limit: 20–60 req/min per key + 120/min per IP
Format: JSON
CORS: Enabled (all origins)
Tracking: X-Request-Id