Manage multiple brand kits and batch content across client accounts without manual work.
Integrate content generation into your product — documentation, onboarding guides, blog posts on demand.
Build on top of J77. Pipe verified, publish-ready content into any CMS, workflow, or platform.
Full programmatic access to the J77.ai content pipeline.
Create and configure brand kits with voice, tone, and SEO preferences.
Start single articles or full content suites. Poll for completion, download results.
Check balance, track usage. Same token system as the web app.
Manage reusable content — CTAs, glossary terms, product blurbs.
Generate AI images with style, mood, and color controls.
Conversational AI with your brand context built in.
Get trending topic suggestions based on your niche.
Every build goes through research, critique, and claim verification.
Create a build, poll for completion, and download your content — in any language.
curl -X POST https://api.j77.ai/api/v1/builds \
-H "Authorization: Bearer j77_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: batch-2026-02-22-post-1" \
-d '{
"targetId": "your-target-uuid",
"buildType": "single",
"kind": "blog",
"objective": "Write a blog post about reducing SaaS churn",
"researchPolicy": "required"
}'# Poll every 30 seconds until status is "completed"
curl -s -H "Authorization: Bearer j77_live_YOUR_API_KEY" \
"https://api.j77.ai/api/v1/builds/BUILD_ID" | jq '.build.status'# Download as markdown
curl -H "Authorization: Bearer j77_live_YOUR_API_KEY" \
"https://api.j77.ai/api/v1/deliverables/DELIVERABLE_ID/download?format=md" \
-o article.mdCreate keys with granular permissions: read, write, and builds scopes. Rotate or revoke anytime.
60 requests/minute globally, 10/min for builds, 20/min for suggest and images. Rate-limit headers included in every response.
Send an Idempotency-Key header with build requests. Safe to retry without creating duplicates.
Unlocks programmatic access to all API endpoints.
Tokens are purchased separately through the same bundles available in the web app. API access is the gateway — tokens are the fuel.
Step-by-step: sign up, create a key, make your first build, download content.
Interactive Swagger docs with every endpoint, parameter, and response schema.
Batch builds, idempotency patterns, rate limit handling, and automation workflows.
Common questions about API access, pricing, and token usage.
Estimate token costs for your builds before calling the API.