Charlybot

The Affordable Meeting Recorder for Google Meet. Capture every meeting effortlessly—just provide the meeting link and let Charlybot handle the rest. Save thousands of development hours while setting the foundation for powerful post-meeting AI analysis.

Why Charlybot?

Streamline your workflow with a simple, powerful solution.

Only Needs the Meeting Link

No complex integrations—just provide the Google Meet URL, and we handle the rest.

Save Thousands of Dev Hours

Let Charlybot manage scheduling, recording, and secure storage, so you can focus on innovation.

Optimized for Google Meet

Exclusively designed for Google Meet sessions, ensuring flawless performance regardless of your plan.

Foundation for AI Analysis

Leverage high-quality recordings for AI-driven post-meeting insights and strategic decision-making.

Cost-Effective

Enterprise-grade recording capabilities at up to 3x lower cost than the competition.

Integrate in Minutes

Start recording your Google Meet sessions with a single API call.

Send a Recording Request:

          curl --request POST \
          --url https://charlybot.com/api/bot/ \
          --header 'accept: application/json' \
          --header 'content-type: application/json' \
          --data '
     {
       "meet_url": "https://meet.google.com/bud-rudk-mvg"
     }
     '
    

Response:

        {
          "status": "success",
          "message": "Recorder job deployed successfully",
          "meet_url": "https://meet.google.com/trh-abbz-azk",
          "session_id": "SESSION_ID"
        }
    

Retrieve Your Recording:

        curl --request GET \
            -url https://charlybot.com/api/bot/id/speaker_timeline/ \
            -header 'accept: application/json'
      

Response:

      [
        {
            "name": "User 1",
            "user_id": 100,
            "timestamp": 0.0
        },
        {
            "name": "User 2",
            "user_id": 200,
            "timestamp": 14.333333
        },
        {
            "name": "User 3",
            "user_id": 300,
            "timestamp": 20.533333
        },
      ]
      

Empower Your Post-Meeting Analysis

Every meeting is a goldmine of data. Use our recordings to integrate with AI solutions, analyze team performance, and drive strategic decisions.