cURL
curl --request POST \ --url https://api.everbility.com/v1/public/clients/{client_id}/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "markdown": "<string>" } '
{ "note_id": "<string>" }
Create a client note from Markdown content and return the created note ID.
Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.
Successful Response