Api referenceFilesRead file contentReturns the current UTF-8 text content for a workspace file together with its metadata.Copy Markdown URLOpen MarkdownGET/api/v1/files/{fileId}/contentTestReturns the current UTF-8 text content for a workspace file together with its metadata.Response Body200application/json400application/json401application/json403application/json404application/json500application/jsonList workspace files GETLists file metadata for the current workspace.Create file POSTCreates a file using a database-backed document, direct upload, multipart upload, or external URL import. Direct uploads become usable automatically after a successful PUT; multipart uploads still require the explicit complete step.