API Docs
Path: /docs/api
The GeoWriter Integration API provides direct access to document generation, illustration, and publishing workflows. Public API documentation is available under /docs/api.
API Pages
- Post API: the full article generation and publishing flow — document creation, progress polling, detail retrieval, publish-config discovery, taxonomy lookup, publish submission, and publish progress.
- Illustration API: generate cover images and body illustrations for existing Markdown articles. Supports polling, detail retrieval, and automatic retry for failed tasks.
Best Fit
- You want to call GeoWriter directly from your backend, worker, or automation pipeline.
- You need explicit control over API keys, idempotency, polling, publishing, and error handling.
- You are integrating GeoWriter into an existing editorial or content operations workflow.
Recommendation
If implementation speed matters more than low-level control, start with the official AIWriter Skill. Use the Integration API when you need your own orchestration layer.