Quickstart
Follow these steps to make your first request to the HelioNote REST API.
You need an API key from the HelioNote Developer Portal and a tool like curl or Postman.
If successful, you will receive a JSON response similar to the following:
[
{
"id": "1",
"title": "First Note",
"content": "This is your first note created in HelioNote."
}
]