storage
Store and retrieve notes
The notes service lets you keep track of notes as first class objects. Subscribe to changes and perform fast retrieval of all your notes.
Create a new note
Delete a note
Subscribe to notes events
List all the notes
Read a note
Update a note
Endpoint | Credits |
---|---|
Create | Base |
Delete | Base |
Events | Base |
List | Base |
Read | Base |
Update | Base |
Base requests are 0.000001 credit per request (1 credit = $1 USD)
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"
}
}