Are you the author? Sign in to claim
A self-hostable reverse engineering of Quora's Poe.com API, allowing free access to ChatGPT and Anthropic's Claude AI
This is a self hostable, reverse-engineered API for Quora's Poe that allows access to the following chatbots:
To use this API, you will need to have the following cookies:
git clone https://github.com/aspekts/PoeAPI.git
pip install -r requirements.txt
uvicorn api:app --reload
curl localhost:8000
ngrok http 8000
Access the url given, in your browser to confirm it works. This is your bot server URL.
curl http://127.0.0.1/chat/capybara -d '{"Cookie: m-b=xxxx" , "formkey: xxxxx", "message":"What is the meaning of life?"}'
Response:
{"message":"The meaning of life is to live it.","status":"success", "chat_id": "xxxxx"}
This repository is for educational and research purposes only, and the use of this API for any other purpose is at your own risk. We are not responsible for any actions taken by users of this API.
POE.com Reverse Engineered CLI - Credits to Vaibhavk97
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming