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