← Tools Reference

Otter.ai

Otter.ai integration (AI, Productivity). Imported from open-connector.

API key6 toolshttps://api.otter.ai
GET
otter_ai_get_workspace
Get the current Otter.ai workspace for the connected API key.

/v1/workspace

GET
otter_ai_list_channels
List Otter.ai channels available to the connected workspace.

/v1/channels

GET
otter_ai_list_channel_members
List members of an Otter.ai channel.

/v1/channels/{channelId}/members

1 parameter
ParamTypeRequiredDescription
channelIdstringrequiredThe Otter.ai channel ID.
GET
otter_ai_list_conversations
List Otter.ai conversations with optional channel and pagination filters.

/v1/conversations

4 parameters
ParamTypeRequiredDescription
includeSharedbooleanoptionalWhether to include conversations shared with the workspace.
channelIdstringoptionalFilter conversations to a specific Otter.ai channel ID.
limitintegeroptionalMaximum number of records to return. Otter.ai allows 1 to 100.
cursorstringoptionalCursor token returned by a previous Otter.ai page.
GET
otter_ai_get_conversation
Get one Otter.ai conversation by ID with requested related data.

/v1/conversations/{conversationId}

2 parameters
ParamTypeRequiredDescription
conversationIdstringrequiredThe Otter.ai conversation ID.
includearrayrequiredRelated Otter.ai conversation data to include.
GET
otter_ai_get_conversation_audio
Get the temporary Otter.ai audio download URL for a conversation.

/v1/conversations/{conversationId}/audio

1 parameter
ParamTypeRequiredDescription
conversationIdstringrequiredThe Otter.ai conversation ID.