From 0156f124c4fe0a98566d2b3f41f5a3b7fd63a5b2 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:42:22 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eeba480..e2b8418 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Quora Poe reverse-engineered API This is a self hostable, reverse-engineered API for Quora's Poe that allows access to the following chatbots: @@ -50,7 +52,7 @@ Access the url given, in your browser to confirm it works. This is your bot serv ### Example ```bash -curl http://127.0.0.1/chat/capybara -d '{"Cookie: m-b=xxxx" , "formkey: xxxxx", "message":"What is the meaning of life?"}' +curl -X POST http://127.0.0.1:8000/chat/capybara -H "Content-Type: application/json" -d '{"cookie": "m-b=xxxx", "formkey": "xxxxx", "message": "What is the meaning of life?"}' ``` Response: ```json