Create a note
Creates a new note in the authenticated user's vault, optionally associated with a workflow.
POST
/api/notesBody
slugstringtitlestringcontentstringrequiredworkflow_idstringworkflow_namestringtagsstring[]Request
curl
curl -X POST https://platform.trickest.com/api/notes \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
201Created note
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring