API v3 Reference

The SPX Server exposes a REST API (default http://localhost:8000) with a versioned surface under /api/v3.

Use this chapter for:

  • The OpenAPI reference (embedded in the navigation under “API v3 Reference”).

  • Practical snippets for common operations (see Code Examples).

If you are writing tests/tools, prefer spx-python (it wraps the API and gives you a dict-like interface over Models/Instances).

Last updated