> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Recallai

Recall.ai provides a single API for meeting bots on every platform like Zoom, Google Meet, Microsoft Teams and more.

<Accordion title="Delete bot">
  Get list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).
</Accordion>

<Accordion title="List bots">
  List all bots
</Accordion>

<Accordion title="Remove bot from call">
  Removes the bot from the meeting. this is irreversable.
</Accordion>

<Accordion title="List chat messages">
  Get list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).
</Accordion>

<Accordion title="Stop recording">
  Instructs the bot to end the current recording.
</Accordion>

<Accordion title="Retrieve bot">
  Get a bot instance.
</Accordion>

<Accordion title="Create bot">
  Create a new bot.
</Accordion>

<Accordion title="Start recording">
  Instructs the bot to start recording the meeting. this will restart the current recording if one is already in progress.
</Accordion>
