Mailwurf

Discovery

GET
/llm

Public Markdown API guide. Same body as /llms.txt.

Response Body

text/markdown

curl -X GET "https://example.com/llm"
"string"
GET
/llms.txt

Same Markdown body as /llm.

Response Body

text/markdown

curl -X GET "https://example.com/llms.txt"
"string"
GET
/v1/health

Public JSON probe. /health is an alias of this path.

Response Body

application/json

curl -X GET "https://example.com/v1/health"
{  "status": "ok"}