Quora · Capability
Poe API
The Poe API is a developer platform by Quora that provides access to hundreds of AI models and bots through a single OpenAI-compatible interface. Developers can call Chat Completions and Responses endpoints, list available models, and monitor point usage and balance using a single API key issued at https://poe.com/api/keys. The API supports text, image, video, and audio generation modalities and is rate-limited to 500 requests per minute.
What You Can Do
POST
Createchatcompletion
— Create a chat completion
/chat/completions
POST
Createresponse
— Create a response
/responses
GET
Listmodels
— List models
/models
GET
Getcurrentbalance
— Get current point balance
/usage/current_balance
GET
Getpointshistory
— Get points usage history
/usage/points_history
MCP Tools
createchatcompletion
Create a chat completion
createresponse
Create a response
listmodels
List models
read-only
idempotent
getcurrentbalance
Get current point balance
read-only
idempotent
getpointshistory
Get points usage history
read-only
idempotent