← Tools Reference

ChatPDF

ChatPDF integration (AI, Productivity). Imported from open-connector.

API key2 toolshttps://api.chatpdf.com/v1
POST
chatpdf_add_source_url
Import a publicly reachable PDF URL into ChatPDF and return its source ID.

/sources/add-url

1 parameter
ParamTypeRequiredDescription
urlstringrequiredThe publicly reachable URL of the PDF to import.
POST
chatpdf_chat
Ask ChatPDF one or more stateless questions about an imported PDF source.

/chats/message

3 parameters
ParamTypeRequiredDescription
sourceIdstringrequiredThe ChatPDF source ID for the imported PDF.
messagesarrayrequiredThe stateless conversation sent to ChatPDF.
referenceSourcesbooleanoptionalWhether ChatPDF should include inline page citations and reference metadata.