MeetGeek integration (AI, Productivity). Imported from open-connector.
https://api.meetgeek.ai/v1/meetings
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Number of records to fetch, from 1 to 500. |
| cursor | string | optional | Pagination cursor returned by MeetGeek. |
| region | string | optional | MeetGeek API region used for the request. |
/v1/teams/{teamId}/meetings
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | integer | required | MeetGeek team identifier. |
| limit | integer | optional | Number of records to fetch, from 1 to 500. |
| cursor | string | optional | Pagination cursor returned by MeetGeek. |
| region | string | optional | MeetGeek API region used for the request. |
/v1/meetings/{meetingId}
| Param | Type | Required | Description |
|---|---|---|---|
| meetingId | string | required | MeetGeek meeting identifier. |
| region | string | optional | MeetGeek API region used for the request. |
/v1/meetings/{meetingId}/summary
| Param | Type | Required | Description |
|---|---|---|---|
| meetingId | string | required | MeetGeek meeting identifier. |
| region | string | optional | MeetGeek API region used for the request. |
/v1/meetings/{meetingId}/transcript
| Param | Type | Required | Description |
|---|---|---|---|
| meetingId | string | required | MeetGeek meeting identifier. |
| limit | integer | optional | Number of records to fetch, from 1 to 500. |
| cursor | string | optional | Pagination cursor returned by MeetGeek. |
| region | string | optional | MeetGeek API region used for the request. |
/v1/meetings/{meetingId}/highlights
| Param | Type | Required | Description |
|---|---|---|---|
| meetingId | string | required | MeetGeek meeting identifier. |
| type | string | optional | Optional MeetGeek highlight type, such as next_steps. |
| region | string | optional | MeetGeek API region used for the request. |
/v1/meetings/{meetingId}/insights
| Param | Type | Required | Description |
|---|---|---|---|
| meetingId | string | required | MeetGeek meeting identifier. |
| region | string | optional | MeetGeek API region used for the request. |
/v1/teams
| Param | Type | Required | Description |
|---|---|---|---|
| region | string | optional | MeetGeek API region used for the request. |