Node.js
Knowledge Base APIs
Create Document
Process and create document entries in the knowledge base. The document will be split into chunks for efficient retrieval.
Node.js
Documentation Index
Fetch the complete documentation index at: https://docs.periskope.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of file URLs to process
Example:
{
"url": "https://example.com/document.pdf",
"filename": "document.pdf"
}