storage

Notes

Store and retrieve notes

Introduction

The notes service lets you keep track of notes as first class objects. Subscribe to changes and perform fast retrieval of all your notes.

Features

Create

Create a new note

Delete

Delete a note

Events

Subscribe to notes events

List

List all the notes

Read

Read a note

Update

Update a note

Pricing

EndpointCredits
CreateBase
DeleteBase
EventsBase
ListBase
ReadBase
UpdateBase

Base requests are 0.000001 credit per request (1 credit = $1 USD)

Example

Create Request

Response

{
    "note": {
        "id": "63c0cdf8-2121-11ec-a881-0242e36f037a",
        "created": "2021-09-29T13:33:03+01:00",
        "updated": "2021-09-29T13:33:03+01:00",
        "title": "New Note",
        "text": "This is my note"
    }
}