OpenAPI
The published contract as an OpenAPI 3.1 document, browsable below and downloadable for Swagger, Redoc, Postman or a client generator. Looking for the written guide with worked examples instead? That is the HTTP API page.
Get the file
| File | Format | Use it for |
|---|---|---|
| /openapi.yaml | OpenAPI 3.1 | Swagger UI, Redoc, Postman, Insomnia, Bruno — the canonical form. |
| /openapi.json | OpenAPI 3.1 | The same document as JSON, for tooling that will not parse YAML. |
| /api.md | Markdown | The whole contract as one flat file. The one to give an LLM or an agent — a single fetch, no HTML, no link-following. |
# generate a typed client npx openapi-typescript https://app.wraxyn.io/openapi.yaml -o exen-api.d.ts # or read it straight curl -s https://app.wraxyn.io/openapi.yaml curl -s https://app.wraxyn.io/api.md
[ one source ]
The viewer below reads that same /openapi.yaml — nothing on this page is transcribed by hand, so it cannot describe a parameter the file does not contain.
“Try it out” is off. A request from your browser would go to the API host, a different origin, and be refused before it left — a button that always fails is worse than no button. The curl examples on the HTTP API page are the runnable version, and they need no key.