Back to Nodes

DOC (Qoqon)

Last updated Mar 8, 2026

n8n node for DOC — document management platform (files, folders, semantic search, embeddings)

5 Weekly Downloads
62 Monthly Downloads

Included Nodes

DOC (Qoqon)

Description

n8n-nodes-qoqon

n8n Community Node for DOC — document management platform with semantic search, embeddings, and AI chat.

Features

  • Files: List, get, search (semantic), delete
  • Folders: List, create, get, delete
  • Share: Create and revoke share links
  • Trash: List, restore, empty
  • Embeddings: List processed files
  • Processing: Trigger AI processing, check status
  • Document Chat: Send messages to document AI chat
  • User: Get user info, storage usage
  • Installation

    In n8n (self-hosted)

    1. SettingsCommunity NodesInstall a community node
    2. Enter: n8n-nodes-qoqon
    3. Restart n8n

    Via environment variable

    N8NCOMMUNITYPACKAGES=n8n-nodes-qoqon
    

    Credentials

    1. Open your DOC instance → DashboardAPI Docs
    2. Create an API key (e.g. “n8n integration”)
    3. Copy the key (starts with qk_) — it is shown only once
    4. In n8n, add DOC (Qoqon) API credentials:
    Base URL: Your DOC URL (e.g. https://doc.example.com)
    API Key: The key you created

    Usage

    Add the DOC (Qoqon) node to your workflow and choose an operation:

  • List Files — Get files in a folder
  • Search Files — Semantic search across documents
  • Create Folder — Create a new folder
  • Document Chat — Send a message to document AI
  • And more…
  • Development

    npm install
    npm run build
    npm run dev
    

    Visit http://localhost:5678 to test the node in n8n.

    Test with existing n8n

    Set environment variable and restart n8n:

    N8NCOMMUNITYPACKAGES=file:./n8n-nodes-qoqon
    

    Links

  • DOC project
  • n8n Creator Portal
  • Submit Community Nodes

License

MIT