NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

POST /datasets/
// this automatically creates a new "dataset", which is a new way for
// users to organize their data. you have to pass a dataset name and
// everything else will be automatically generated.
// need to pass authentication token when you hit this endpoint, because
// the mongoDB model has a required field for the user's ID. I made it
// automatically grab that from the authentication token.
{
"name": "datasetname"
}
// this should return a database's d_id when it's created, which you will
// be able to use for GET/POST requests in the future.

GET /datasets/
// need to pass authentication token when you hit this endpoint, because
// I use the token to get the userID for the mongoDB
{}
// this returns all the datasets under the user's ID.


GET /datasets/{d_id}
// Need to pass authentication token again for the same reason.
// This verifies that the dataset belongs to the user by checking the u_id
{}
// This returns the dataset with the specified d_id

POST /datasets/{d_id}/upload
// Need to pass authentication token again for the same reason.
// This requires us to pass an array of images
{
"trainingImages": file
}
// This returns a list of URL's that point to the image.
// (not currently working for some reason - probably the
// asynchronous thing again)

POST /datasets/{d_id}/scrape
// need to pass authentication token again for the same reason.
// This requires us to a send the desired hashtags to the server.
{
"hashtag": "hashtagname"
}
// This returns the same thing as the previous endpoint
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.