Skip to content

API

Authentication

To authenticate with the Headless Comments API, you need to provide an API key in the Authorization header of your request. You can find your API key in the Dashboard.

fetch("https://headlesscomments.io/api", {
headers: {
Authorization: "Bearer YOUR_API_KEY",
},
});