User Story:
As a user managing serveral projects in multiple Taskade Workspaces,
I want to export a project in Markdown format via API,
So that I can programmatically retrieve and integrate my Taskade content into external workflows (knowledge base used by other AI, documentation website...).
Current Issue:
The Taskade application allows exporting a project in Markdown format manually, but there is no API endpoint to perform this export automatically. While it's possible to export blocks and tasks, this limits the ability to integrate Taskade projects with other systems.
Proposed Solution:
Introduce an API endpoint that allows exporting a project in Markdown format, similar to the manual export available in the application.