Recall.ai integration (Communication, AI). Imported from open-connector.
https://api.recallai.com/api/v1/bot/
| Param | Type | Required | Description |
|---|---|---|---|
| meeting_url | string | required | The meeting URL that Recall.ai should join, such as a Google Meet or Zoom link. |
| bot_name | string | optional | The bot display name shown in the meeting when the platform allows custom names. |
| join_at | string | optional | Optional ISO 8601 timestamp for scheduling the bot at least 10 minutes in the f… |
| recording_config | object | optional | Optional Recall.ai recording_config object for transcript, media, and recording… |
| automatic_leave | object | optional | Optional Recall.ai automatic_leave object that controls when the bot should lea… |
| metadata | object | optional | String metadata entries passed to or returned by Recall.ai. |
/api/v1/bot/
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to request. |
| join_at_after | string | optional | Only include bots scheduled on or after this YYYY-MM-DD date. |
| join_at_before | string | optional | Only include bots scheduled on or before this YYYY-MM-DD date. |
| meeting_url | string | optional | Only include bots for the given meeting URL. |
| platform | array | optional | Optional list of Recall.ai platform filters. |
| status | array | optional | Optional list of Recall.ai bot status filters. |
| use_cursor | string | optional | When present, ask Recall.ai to use cursor-based pagination semantics. |
| metadata | object | optional | String metadata entries passed to or returned by Recall.ai. |
/api/v1/bot/{id}/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Recall.ai bot identifier. |
/api/v1/bot/{id}/leave_call/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Recall.ai bot identifier. |
/api/v1/bot/{id}/delete_media/
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Recall.ai bot identifier. |