🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
PoeAPI
A self-hostable reverse engineering of Quora's Poe.com API, allowing free access to ChatGPT and Anthropic's Claude AI
git clone https://github.com/aspekts/PoeAPI
Quora Poe reverse-engineered API
This is a self hostable, reverse-engineered API for Quora's Poe that allows access to the following chatbots:
- Sage - OpenAI (capybara)
- Claude - Anthropic (a2)
- ChatGPT - OpenAI (chinchilla)
Requirements
To use this API, you will need to have the following cookies:
- Quora-Formkey: This is obtained by logging in to Quora.com, viewing the page source, and finding the "formkey" dictionary key (Normally line 14). Use its value in the Quora-Formkey field.
- Cookie: 'm-b=xxxx' - This is the value of the cookie with the key m-b, which is present in the list of cookies used on Quora.com (not poe.com), you can simply inspect cookies in Chrome to get it.
Setup
Simple Setup
- Clone this repository
git clone https://github.com/aspekts/PoeAPI.git
- Install dependencies
pip install -r requirements.txt
- Run the API
uvicorn api:app --reload
- Verify that the API is running by running:
curl localhost:8000
- Get a url for the API by running:
ngrok http 8000
Access the url given, in your browser to confirm it works. This is your bot server URL.
Example
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"}
Disclaimer
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.
Credits
POE.com Reverse Engineered CLI - Credits to Vaibhavk97
// compatibility
| Platforms | cli, api, web |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | — |
| Pricing | open-source |
| Language | Python |
// faq
What is PoeAPI?
A self-hostable reverse engineering of Quora's Poe.com API, allowing free access to ChatGPT and Anthropic's Claude AI. It is open-source on GitHub.
Is PoeAPI free to use?
PoeAPI is open-source, so it is free to use.
What category does PoeAPI belong to?
PoeAPI is listed under data in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/poeapi)
// retro hit counter
[](https://claudeers.com/poeapi)
// reviews
// guestbook
// related in Other
Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.
Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic
一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄