{ "opencollection": "1.0.0", "info": { "name": "Poe Chat Responses API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Responses", "type": "folder" }, "items": [ { "info": { "name": "Create a response", "type": "http" }, "http": { "method": "POST", "url": "https://api.poe.com/v1/responses", "body": { "type": "json", "data": "{}" } }, "docs": "Create a response using the Responses API, which supports advanced features such as reasoning, web search, structured outputs, and multi-turn conversations." } ] } ], "bundled": true }