We Want Your Feedback!

Your feedback helps us build a better API. Whether you’ve found a bug, have a feature request, or just want to share your experience, we’d love to hear from you.

Quick Feedback

Use the feedback buttons at the bottom of each documentation page to quickly rate content and suggest improvements.

Report Issues

Found a bug or unexpected behavior? Please report it so we can fix it quickly.

Report on GitHub

Create a detailed bug report or feature request on GitHub

What to Include in Bug Reports

To help us resolve issues quickly, please include:

Example Bug Report

Describe the bug
The append endpoint returns a 500 error when appending large markdown content (>5000 characters).
Request
POST /api/append
Headers: x-api-key: [REDACTED]
Body: {
  "markdown": "[large content here]",
  "notionToken": "[REDACTED]", 
  "pageId": "abc123..."
}
Error Response
{
  "status": "error",
  "message": "Internal server error"
}
Expected Behavior
Content should be successfully appended to the Notion page.
Environment
  • Language: JavaScript/Node.js
  • OS: macOS 14.1
  • Content size: ~6000 characters

Feature Requests

Have an idea for improving the API? We’d love to hear it!

Response Times

We aim to respond to all feedback within:
  • 🐛 Bug reports: 24-48 hours
  • 💡 Feature requests: 3-5 days
  • 📝 Documentation issues: 1-2 days
  • 💬 General feedback: 2-3 days
Response times may be longer during weekends and holidays.

Thank You!

Your feedback is invaluable in making Mark2Notion API better for everyone. Every bug report, feature request, and suggestion helps us build something amazing.