Resource Library
Developer Documentation
Integrate Seobox into your existing stack. Robust APIs, webhooks, and SDKs for completely headless workflows.
4api endpoints
5webhook events
Node.jsofficial sdk
5 filters
Featured
API12 min read
Seobox REST API
List sites, read generated articles, and trigger new content generation programmatically — the reference for the Seobox public API.
Read Article
generate.ts
import Seobox from '@seobox/sdk';
// Trigger generation
await client.pipeline.generate({
keyword: "b2b saas seo",
autoPublish: true
});
202 Accepted
run_id: "run_3e9b..."

Integrations
Connect Seobox to WordPress, Webflow, Shopify, a headless stack, or Google Search Console — how each integration works and what it unlocks.
9 min
Read Guide

SDK
Official Node.js client for the Seobox API — install, authenticate, and trigger generation in a few lines instead of hand-rolling HTTP calls.
7 min
Read Guide

Webhooks
Get notified the instant an article is ready for review, published, or fails — instead of polling the API. Includes signature verification for securing your endpoint.
8 min
Read Guide
Explore related resources
Find detailed breakdowns and trending guides.