API Test Draft
Hello from the API
This is a test draft created via the Draftmark API.
Features tested
- Doc creation
- Markdown support
- Comments
- Reactions
- Reviews
Code block
const response = await fetch("/api/v1/docs", {
method: "POST",
body: JSON.stringify({ title: "Test", content: "# Hello" })
});
This draft was created programmatically to verify the API is working correctly.
👍 1
1 comment
+1 more