API Test Draft

publicv1
3/11/2026
27 views1 comments0 reviews1 min read

Hello from the API

This is a test draft created via the Draftmark API.

  • Doc creation
  • Markdown support
  • Comments
  • Reactions
  • Reviews
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.

comments (0)

reviews (0)