SimpleNotes - API

Here you can get your API Token, just login with your account data.

If you don`t have an account yet register here!

E-Mail:
Password:
Forgot password?
Sorry, reCaptcha (from Google) does not seem to work in your region. Retrieving the API key is only possible with a successful verification!


Official Desktop App:

Download here the Official "SimpleNotes" Desktop App! Made with this API!

Special thanks to "Ongart Creations" for providing!


Download

(Download page, Windows only)


Developer Area:

Demo:
View "get"View "send"

Instruction

1. To get your API token, login above. If you don't have an account yet you can create one at simplenotes.cc/register/
The standard output format is XML! See 5-6 for more infos.
If you want to use JSON, see 7-9 for more infos.

2. The query of the notes runs over api.simplenotes.cc/get/
For more security you can request the notes in Base64. Just at &b64=1 at the end of the URL or POST it.
POST and GET is supported.
Required variables:
key="Your API Key"
b64=1
Example GET:
api.simplenotes.cc/get/?key=l6w42wqPhQx....&b64=1

3. Saving the notes is done via api.simplenotes.cc/send/
POST and GET is supported.
Required variables:
key="Your API Key"
notes="Your notes"
Example GET:
api.simplenotes.cc/send/?key=l6w42wqPh....&notes=Hi you!

4. For more security you can encrypt the string in Base64 before sending it!
When the notes are not encrypted the script automatically enrypt it.
POST and GET is supported.
Required variables:
key="Your API Key"
notes="Your notes"
b64=1
Example GET:
api.simplenotes.cc/send/?key=l6w42wqPhQx...&b64=1&notes=Hi you!

5. /get/ XML response:

<notes>
<mynotes>
"Your Notes"
</mynotes>
<max>
"Maximum characters you can write"
</max>
</notes>

6. /send/ XML response:

<notes>
<sendnotes>
"success"
</sendnotes>
</notes>

7. If you want to get/send the notes as JSON
just ad &json=1 at the end of the URL or POST it.
POST and GET is supported.
Required variables:
key="Your API Key"
notes="Your notes"
b64=1
json=1
Example GET:
api.simplenotes.cc/send/?key=l6w42wqPhQx...&b64=1&json=1&notes=Hi you!

8. /get/ JSON response:

{"mynotes":"Your Notes","max":Maximum characters you can write}
9. /send/ JSON response:
{"sendnotes":"success"}

10. If you want to share your notes and/or request the URL
just ad &share=1 at the end of the URL or POST it.
POST and GET is supported.
Required variables:
key="Your API Key"
(notes="Your notes")
share=1
Example /get/ GET:
api.simplenotes.cc/send/?key=l6w42wqPhQx...&share=1 or &share=0

<notes>
<mynotes>
"Your Notes"
</mynotes>
<share>
"URL"
</share>
<sharetoken>
"1 or 0"
</sharetoken>
<max>
"Maximum characters you can write"
</max>
</notes>

Example /send/ GET:
api.simplenotes.cc/send/?key=l6w42wqPhQx...&share=1

{"sendnotes":"success"}




Troubleshooting:
-- If I request/send my notes I became an Error. --
- Your API Key is wrong just login again. -
- Thise site use https sometimes the forwarding from http to https dosen`t work with some requesting scripts. -

-- If I request my notes it contains my E-Mail Adress. --
- If you send your notes to /send/ and the variable is empty the E-Mail address is the default value. -

-- If I send my notes it say`s that I should buy an Premium Account. --
- With an standard Account, you can write up to 500 characters. -
- With an Premium Account you can write up to 1500 characters, just click here. -

-- If you encounter an error or bug, click here. There is a reward waiting for you. --


ATTENTION: You have only one key that cannot be reset. Please don't lose it and don't share it!
In case of problems send an e-mail to admin@simplenotes.cc


Home

Privacy Policy

© Hendrik Lüdtke. All rights reserved.