Wu-Weism exposes a REST API that powers the causal science workbench. You can use it to build integrations, automate workflows, and access causal models programmatically.Documentation Index
Fetch the complete documentation index at: https://wuweism.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API endpoints are relative to:https://wuweism.com/api/causal-chat.
Authentication
Every API endpoint requires an authenticated session. Unauthenticated requests return401 Unauthorized.
- Browser clients — session cookies are set automatically after you sign in at wuweism.com. No extra configuration needed.
- Programmatic access — obtain a session token and pass it in the
Authorizationheader:
Content types
| Direction | Content type |
|---|---|
| POST request body | application/json |
| File upload request body | multipart/form-data |
| Standard response | application/json |
| Streaming response | text/event-stream |
Streaming
Several endpoints stream results back to the client using Server-Sent Events (SSE). These endpoints setContent-Type: text/event-stream and send incremental data as events arrive.
Streaming endpoints keep the HTTP connection open until the full response is complete. Make sure your HTTP client supports SSE or chunked transfer encoding.
Rate limiting
Requests are subject to rate limits based on your plan. When you exceed your limit, the API returns429 Too Many Requests. Contact support or upgrade your plan if you need higher throughput.
Response format
Success
Successful responses return HTTP2xx with a JSON body. Most endpoints include a success field:
Errors
Error responses use the following shape:| Status | Meaning |
|---|---|
400 | Bad request — check your request body or parameters |
401 | Unauthorized — missing or invalid session |
429 | Too many requests — rate limit exceeded |
500 | Internal server error |
Endpoint groups
Causal chat
Streaming causal dialogue grounded in structural causal models (SCMs). Ask causal questions and receive evidence-backed answers in real time.
Hybrid synthesize
Multi-source synthesis pipeline. Combine evidence from different sources into a unified causal narrative.
Claims
Claim ledger access. Create, retrieve, and manage causal claims produced during your research sessions.
SCM
SCM model registry, interventions, traces, and integrity checks. Build and query structural causal models.
Epistemic analysis
Epistemic analysis endpoints. Assess confidence, identify assumptions, and surface knowledge gaps in causal arguments.
Legal reasoning
Legal causation analysis. Apply causal inference frameworks to legal fact patterns and causation standards.
