API Docs

Path: /docs/api

The GeoWriter Integration API provides direct access to document generation and publishing workflows. Public API documentation is available under /docs/api.

Primary Entry Point

  • Post API: the single reference page covering document creation, progress polling, detail retrieval, publish-config discovery, taxonomy lookup, publish submission, and publish progress.

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.