Fileset API

Build Domo custom apps that use FileSets for file storage, upload, download, and AI document search — all via fetch('/api/files/v1/') with no manifest.json entry required. Use this whenever a Domo app needs file upload via FormData/fetch (not domo.post), file download as a blob, file listing via POST /files/search, AI document queries via the /query endpoint, or fileset CRUD. Also use when the user asks about /api/files/v1 vs /domo/files/v1, whether filesets need manifest.json wiring, how to build a file browser in React, or how to make a document Q&A chatbot in Domo.

stahura b28008f 9.9 KB Updated

File contents

stahura/domo-ai-vibe-rules/tree/main/skills/custom-apps/fileset-api commit b28008ff6b

Frequently asked questions

npx skillmds@latest add stahura/fileset-api