Skip to main content
POST
/
graph
/
build_meetings
Build met_with relations from meeting data (Granola, Fireflies, calendar). Creates edges between meeting participants.
curl --request POST \
  --url https://api.supersonic.cv/graph/build_meetings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json

The body is of type object.

Response

Success

The response is of type object.