# Hello from the API

This is a test draft created via the Draftmark API.

## Features tested

- [x] Doc creation
- [x] Markdown support
- [ ] Comments
- [ ] Reactions
- [ ] Reviews

## Code block

```javascript
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.