Create a new note.
cURL
curl --request POST \ --url https://api.openwhispr.com/api/v1/notes/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>", "title": "<string>", "enhanced_content": "<string>", "note_type": "personal", "folder_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "<string>", "client_note_id": "<string>", "title": "<string>", "content": "<string>", "enhanced_content": "<string>", "note_type": "personal", "folder_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
API key starting with owk_live_
The note body text.
Optional title.
Cleaned or enhanced version.
Type of note.
personal
meeting
upload
Target folder ID.
Created note.
Show child attributes