Poe API
PDF-Chatting
★★★★☆ (4.5)
PDF-Chatting Bot: Smart Document Interaction
PDF-Chatting is an advanced AI-powered bot that allows users to chat with their documents by uploading PDF, DOCX, or TXT files. It enables interactive conversations where users can ask questions, request summaries, extract key insights, and search for specific content within the document. The bot efficiently processes large texts, providing instant responses, contextual answers, and detailed explanations.
Uses GPT-4o-mini, a model that is powered by OpenAI. Learn more
Build with PDF-Chatting using the Poe API
Start by creating an API key, for use with any bot on Poe:
Use it in these bots
See allCode samples
Responses API
import openai
client = openai.OpenAI(
api_key = "YOUR_POE_API_KEY", # or os.getenv("POE_API_KEY")
base_url = "https://api.poe.com/v1",
)
response = client.responses.create(
model = "pdf-chatting",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from Cruice
Chrome-Extension-GPT
Goooooooooooogle-GPT
BotOJHAH5KFZ1
Canva-GPT-v5
Assistant-LLM
ML-GPT-k
Excel-Macros-GPT
Excel-Py
MS-Excel-GPT
Infographic-GPT







