Skip to main content
Worlds is a REST API designed to manage and query RDF-based world models.

Base URL

All API requests should be made to:
https://api.wazoo.dev

Authentication

All requests require a Bearer token in the Authorization header. For more details, see the Authentication guide.

Resources

The API is organized around the following core resources:
  • Worlds: Create, list, update, and delete world instances.
  • SPARQL: Execute queries and updates against a world’s graph.
  • Search: Perform semantic and keyword searches.
  • Logs: Monitor events and history.
→ Explore all endpoints