Note

Upload an image to a note

POST
/api/v1/note/image/upload/{noteId}
/api/v1/note/image/upload/{noteId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Request Body

multipart/form-dataOptional

imagestring

Path Parameters

noteId
Required
string

The note ID to upload to

curl -X POST "https://example.com/api/v1/note/image/upload/string" \
  -H "Authorization: <token>" \
  -F image="string"

OK