
Folder and Docs available in Dovetail API
Folders and Docs are now available in the Dovetail API.
You now have full API access to your workspace structure and documents, making it easier to integrate Dovetail into your workflows. Until now, the API had no way to navigate folders or work with Docs (previously called Insights). You can now:
List, browse, and manage your folder hierarchy via the
/v1/foldersendpointsCreate, update, export and organize Docs via the
/v1/docsendpointsFilter projects, notes, and data by folder (with folder details returned in responses)
The existing /v1/insights endpoints will continue to work for backwards compatibility.
See the Folders API reference and Docs API reference for full details.