OpenAPI Specification
ZenCore and ZenEdge expose Swagger/OpenAPI specifications for their REST APIs.
ZenCore API
https://api-spaceos.zenspace.io/api/docs
ZenEdge API
https://api-zenedge.zenspace.io/api/docs
Using the Spec
- Swagger UI — Interactive API documentation at the URLs above
- Code generation — Use the OpenAPI spec to generate client SDKs
- Testing — Import into Postman or Insomnia
Next Steps
- Code Examples — Integration examples