cURL
curl --request POST \ --url https://api.supersonic.cv/notes/update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "note_id": "<string>", "title": "<string>", "body": "<string>", "type": "note", "occurred_at": "<string>", "metadata": {}, "record_ids": [ "<string>" ] } '
{}
Documentation IndexFetch the complete documentation index at: https://docs.supersonic.cv/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.supersonic.cv/llms.txt
Use this file to discover all available pages before exploring further.
API key: supersonic_live_...
Note UUID
note
call
meeting
email
custom
Success
The response is of type object.
object