note-example.json
{
  "id": "01887270-12d4-7da0-b95c-9a9e9ebc3b13",
  "title": "Intro call with Jared",
  "kind": "online",
  "status": "completed",
  "createdAt": "2023-08-01T15:30:00Z",
  "updatedAt": "2023-08-01T16:45:00Z",
  "visibility": "workspace",
  "tags": [
    {
      "id": "deadbeef-dead-beef-dead-12345678dead",
      "name": "Sales - Intro",
      "color": "#ff3369"
    }
  ],
  "participants": [
    {
      "name": "Jun Kim",
      "email": "jun@at.studio",
      "profileImageUrl": "https://img.googleusercontent.com/...",
      "accountName": "At",
      "accountDomain": "at.studio",
      "accountImageUrl": "https://img.logo.dev/at.studio"
    },
    {
      "name": "Jared Smith",
      "email": "jared@acme.com",
      "profileImageUrl": "https://img.googleusercontent.com/...",
      "accountName": "Acme",
      "accountDomain": "acme.com",
      "accountImageUrl": "https://img.logo.dev/acme.com"
    }
  ],
  "totalDurationSec": 1478,
  "userWrittenNote": "jared- working in Acme\nrevenue 3m, growingg\nwants to switch from SFDC to hubspot",
  "enhancedNote": "Jared is working at Acme Corp with current revenue of $3M and growing. He mentioned they want to switch from Salesforce to HubSpot.",
  "summary": "30-minute introductory call with Jared from Acme discussing their current revenue of $3M and plans to migrate from Salesforce to HubSpot CRM.",
  "transcripts": [
    {
      "speaker": "Jun",
      "text": "Hi Jared, How are you doing?",
      "startTimestamp": "00:04",
      "endTimestamp": "00:10"
    },
    {
      "speaker": "Jared",
      "text": "Great, you?",
      "startTimestamp": "00:22",
      "endTimestamp": "00:22"
    }
  ]
}

Note Object

id
string

Unique identifier for the note

title
string

Title of the note

kind
string

Type of note. Possible values: online, in-person, podcast

status
string

Status of the note. Possible values: idle, recording, postprocessing, completed

createdAt
string

ISO8601 timestamp when the note was created

updatedAt
string

ISO8601 timestamp when the note was last updated

visibility
string

Visibility setting for who can access the note. Possible values: - private: Only the creator can view - workspace: All workspace members can view - shared: Available via sharing link

tags
array

Array of tags associated with the note

participants
array

Array of participants in the meeting

totalDurationSec
number

Total duration of the meeting in seconds

userWrittenNote
string

Note content written by the user in markdown format

enhancedNote
string

AI-enhanced version of the user’s notes with improved formatting and clarity

summary
string

Summary of the meeting

transcripts
array

Array of transcript segments