// meetstream.ai v1 beta has arrived

Meeting Bots API for Developers

Meeting Bots API for Developers

Meeting Bots API for Developers

Capture meeting data from Zoom, Google Meet, and Teams — ship powerful bots in minutes, not months.

  • Real time video

  • Real time audio

  • Real time transcripts

  • Async transcripts

  • MP4 recordings

  • Participants

  • Read chat messages

  • Participants

  • Send chat messages

  • Screenshot data

  • Display images in meetings

  • Interactive meeting agents

  • Calendar integration

  • Meeting meta data

Seamlessly Access and Analyze Meeting Data in Your App

Seamlessly Access and Analyze Meeting Data in Your App

One API for All Major Meeting Platforms.

Integrate MeetStream.AI with Zoom, Google Meet, Teams, and more.

Works Across All Plans & Platforms

No host or paid plan required—works on all platforms.

Basic

Essentials

Business

Enterprise grid

Free

No API? No Problem.

Capture meeting data using just a link—no API needed.

Linda Carter

·

Meeting host

Recording

Bot

Your user’s bot

Capture more than 100 data points

Capture numerous data points from all these platforms

Get audio

Get transcript

Get video

Meeting date

Recordings

Send a bot to a meeting with a single line of code

With just one API request, MeetStream.AI joins meetings, captures conversations, and delivers real-time insights.

Only needs a meeting URL

We manage the infrastructure for thousands of concurrent VMs daily.

# Create Bot

1

2

3

$ curl -X POST

https://api.meetstream.ai/api/v1/bot \

-d '{"url": "zoom.us/j/74648392"}'

Get real-time transcripts with speaker identification

MeetStream.AI transcribes meetings in real time and labels speakers accurately.

Accurate speaker recognition

Real-time transcription via webhook

Instant access to meeting conversations

# Create Bot

1

2

3

4

5

6

7

8

9

10

11

12

$ curl

https://api.meetstream.ai/api/v1/transcript

{
  "words": "I'm really happy with the
    progress we've made."
  "speaker": "Amy Stace"
},
{
‍   "words": "Thank you, we're also
    super happy with the outcome."
  "speaker": "Theo Flynn"
}

Stream real-time audio and video from any meeting

Get high-quality, low-latency meeting data directly via WebSocket.

200ms latency for real-time access

Separate audio/video streams per participant

Secure WebSocket delivery

# Create Bot

1


wss://my-websocket-endpoint

Access meeting metadata, participants, and insights

Retrieve meeting details, speaker activity, and event timestamps within seconds.

Real-time metadata via webhook

Identify who’s speaking and when they joined

Works for all platforms, regardless of API availability

# Create Bot

1

2

3

4

5

6

7

8

9

10

11

12

$ curl https://api.meetstream.ai/api/v1/bot

{
  "meeting_participants": [
    {‍
      "name": "Amy Stace",
      "is_host": true,
      "platform": "desktop",
      "join_call_time": 15:10
    }
  ]
}

Send a bot to a meeting

with a single line of code

With just one API request, MeetStream.AI joins meetings, captures conversations, and delivers real-time insights.

Only needs a meeting URL

We manage the infrastructure for thousands of concurrent VMs daily.

# Create Bot

Copy code

1

2

3

$ curl -X POST

https://api.meetstream.ai/api/v1/bot \

-d '{"url": "zoom.us/j/74648392"}'

Send a bot to a meeting

with a single line of code

With just one API request, MeetStream.AI joins meetings, captures conversations, and delivers real-time insights.

Only needs a meeting URL

We manage the infrastructure for thousands of concurrent VMs daily.

# Create Bot

Copy code

1

2

3

$ curl -X POST

https://api.meetstream.ai/api/v1/bot \

-d '{"url": "zoom.us/j/74648392"}'

Get real-time transcripts

with speaker identification

MeetStream.AI transcribes meetings in real time and labels speakers accurately.

Accurate speaker recognition

Real-time transcription via webhook

Instant access to meeting conversations

# Create Bot

Copy code

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

$ curl

https://api.meetstream.ai/api/v1/transcript

{
  "words": "I'm really happy with the
    progress we've made."
  "speaker": "Amy Stace"
},
{
‍   "words": "Thank you, we're also
    super happy with the outcome."
  "speaker": "Theo Flynn"
}

Stream real-time audio and video from any meeting

Get high-quality, low-latency meeting data directly via WebSocket.

200ms latency for real-time access

Separate audio/video streams per participant

Secure WebSocket delivery

# Create Bot

Copy code

1


wss://my-websocket-endpoint

Access meeting metadata, participants, and insights

Retrieve meeting details, speaker activity, and event timestamps within seconds.

Real-time metadata via webhook

Identify who’s speaking and when they joined

Works for all platforms, regardless of API availability

# Create Bot

Copy code

1

2

3

4

5

6

7

8

9

10

11

12

$ curl https://api.meetstream.ai/api/v1/bot

{
  "meeting_participants": [
    {‍
      "name": "Amy Stace",
      "is_host": true,
      "platform": "desktop",
      "join_call_time": 15:10
    }
  ]
}

Emily

12:10 AM

I’ve gone over the documents and I’m really happy with the progress we’ve made.

John

12:10 AM

Thank you, we’re also super happy with the outcome.

Transcript.txt

Videofile.mp4

Amy Stace

Joined at 11:59

Amy

12:00 AM

I’ve gone over the documents and I’m really happy with the progress we’ve made.

Theo

12:10 AM

Thank you, we’re also super happy with the outcome.

Transcript.txt

Catherine Gibson

·

User

Theo Flyn

·

Meeting host

Amy’s Bot

Recording

Bot

Catherine Gibson

·

User

Speaking

|

Amy

12:00 AM

I’ve gone over the documents and I’m really happy with the progress we’ve made.

Theo

12:10 AM

Thank you, we’re also super happy with the outcome.

Transcript.txt

Amy’s Bot

Recording

Bot

Catherine Gibson

·

User

Amy’s bot has joined the meeting

Send a bot to a meeting

with a single line of code

With just one API request, MeetStream.AI joins meetings, captures conversations, and delivers real-time insights.

Only needs a meeting URL

We manage the infrastructure for thousands of concurrent VMs daily.

# Create Bot

Copy code

1

2

3

$ curl -X POST

https://api.meetstream.ai/api/v1/bot\

-d '{"url": "zoom.us/j/74648392"}'

Send a bot to a meeting

with a single line of code

With just one API request, MeetStream.AI joins meetings, captures conversations, and delivers real-time insights.

Only needs a meeting URL

We manage the infrastructure for thousands of concurrent VMs daily.

# Create Bot

Copy code

1

2

3

$ curl -X POST

https://api.meetstream.ai/api/v1/bot\

-d '{"url": "zoom.us/j/74648392"}'

Get real-time transcripts

with speaker identification

MeetStream.AI transcribes meetings in real time and labels speakers accurately.

Accurate speaker recognition

Real-time transcription via webhook

Instant access to meeting conversations

# Create Bot

Copy code

1

2

3

4

5

6

7

8

9

10

11

12

$ curl

https://api.meetstream.ai/api/v1/transcript

{
  "words": "I'm really happy with the
    progress we've made."
  "speaker": "Amy Stace"
},
{
‍   "words": "Thank you, we're also
    super happy with the outcome."
  "speaker": "Theo Flynn"
}

Stream real-time audio and video from any meeting

Get high-quality, low-latency meeting data directly via WebSocket.

200ms latency for real-time access

Separate audio/video streams per participant

Secure WebSocket delivery

# Create Bot

Copy code

1


wss://my-websocket-endpoint

Access meeting metadata, participants, and insights

Retrieve meeting details, speaker activity, and event timestamps within seconds.

Real-time metadata via webhook

Identify who’s speaking and when they joined

Works for all platforms, regardless of API availability

# Create Bot

Copy code

1

2

3

4

5

6

7

8

9

10

11

12

$ curl https://api.meetstream.ai/api/v1/bot

{
  "meeting_participants": [
    {‍
      "name": "Amy Stace",
      "is_host": true,
      "platform": "desktop",
      "join_call_time": 15:10
    }
  ]
}

Power Your Product with AI-Driven Meeting Insights for any Industry

Power Your Product with AI-Driven Meeting Insights for any Industry

Sales

Interviewing

User research

Healthcare

Legal

Finance

Record sales call

Emily

10:30 AM

I’ve reviewed the latest designs, and they look fantastic. Great work!

John

10:30 AM

Appreciate it! We’re excited to move forward with the final version.

Transcript.txt

Linda Carter

·

User

Updates the CRM automatically

Customer

John Carter

last conversation

7 days ago

Summary

Cassie presented the SOW and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposa.....

CRM Updated

Videofile.mp4

Record sales call

Integration Issue Detected

While some platforms may require complex setups, MeetStream.AI offers seamless integration with minimal code. Our customers experience faster deployment and fewer technical hurdles, ensuring a smoother workflow from day one.

4o

Catherine Gibson

·

User

Creates follow up emails

To

amy.ludwick@casperdesigns.net

Subject

Acme <> FusionStar meeting summary and next steps

Hi Amy,


Thank you for hopping on a call with me today. I’m joining here a link to see our meeting recording: https://acme.recall.ai/?meetingid=fusion-star-recording and a summary of what was discussed including the next steps.


Cassie presented the SOW, and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposal in her follow-up email later today.

Action...

Email Sent

Sales

Interviewing

User research

Healthcare

Legal

Finance

Record sales call

Emily

10:30 AM

I’ve reviewed the latest designs, and they look fantastic. Great work!

John

10:30 AM

Appreciate it! We’re excited to move forward with the final version.

Transcript.txt

Linda Carter

·

User

Updates the CRM automatically

Customer

John Carter

last conversation

7 days ago

Summary

Cassie presented the SOW and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposa.....

CRM Updated

Videofile.mp4

Record sales call

Integration Issue Detected

While some platforms may require complex setups, MeetStream.AI offers seamless integration with minimal code. Our customers experience faster deployment and fewer technical hurdles, ensuring a smoother workflow from day one.

4o

Catherine Gibson

·

User

Creates follow up emails

To

amy.ludwick@casperdesigns.net

Subject

Acme <> FusionStar meeting summary and next steps

Hi Amy,


Thank you for hopping on a call with me today. I’m joining here a link to see our meeting recording: https://acme.recall.ai/?meetingid=fusion-star-recording and a summary of what was discussed including the next steps.


Cassie presented the SOW, and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposal in her follow-up email later today.

Action...

Email Sent

Sales

Interviewing

User research

Healthcare

Legal

Finance

Record sales call

Emily

10:30 AM

I’ve reviewed the latest designs, and they look fantastic. Great work!

John

10:30 AM

Appreciate it! We’re excited to move forward with the final version.

Transcript.txt

Linda Carter

·

User

Updates the CRM automatically

Customer

John Carter

last conversation

7 days ago

Summary

Cassie presented the SOW and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposa.....

CRM Updated

Videofile.mp4

Record sales call

Integration Issue Detected

While some platforms may require complex setups, MeetStream.AI offers seamless integration with minimal code. Our customers experience faster deployment and fewer technical hurdles, ensuring a smoother workflow from day one.

4o

Catherine Gibson

·

User

Creates follow up emails

To

amy.ludwick@casperdesigns.net

Subject

Acme <> FusionStar meeting summary and next steps

Hi Amy,


Thank you for hopping on a call with me today. I’m joining here a link to see our meeting recording: https://acme.recall.ai/?meetingid=fusion-star-recording and a summary of what was discussed including the next steps.


Cassie presented the SOW, and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposal in her follow-up email later today.

Action...

Email Sent

Sales

Interviewing

User research

Healthcare

Legal

Finance

Record sales call

Emily

10:30 AM

I’ve reviewed the latest designs, and they look fantastic. Great work!

John

10:30 AM

Appreciate it! We’re excited to move forward with the final version.

Transcript.txt

Linda Carter

·

User

Updates the CRM automatically

Customer

John Carter

last conversation

7 days ago

Summary

Cassie presented the SOW and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposa.....

CRM Updated

Videofile.mp4

Record sales call

Integration Issue Detected

While some platforms may require complex setups, MeetStream.AI offers seamless integration with minimal code. Our customers experience faster deployment and fewer technical hurdles, ensuring a smoother workflow from day one.

4o

Catherine Gibson

·

User

Creates follow up emails

To

amy.ludwick@casperdesigns.net

Subject

Acme <> FusionStar meeting summary and next steps

Hi Amy,


Thank you for hopping on a call with me today. I’m joining here a link to see our meeting recording: https://acme.recall.ai/?meetingid=fusion-star-recording and a summary of what was discussed including the next steps.


Cassie presented the SOW, and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposal in her follow-up email later today.

Action...

Email Sent

Sales

Interviewing

User research

Healthcare

Legal

Finance

Record sales call

Emily

10:30 AM

I’ve reviewed the latest designs, and they look fantastic. Great work!

John

10:30 AM

Appreciate it! We’re excited to move forward with the final version.

Transcript.txt

Linda Carter

·

User

Updates the CRM automatically

Customer

John Carter

last conversation

7 days ago

Summary

Cassie presented the SOW and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposa.....

CRM Updated

Videofile.mp4

Record sales call

Integration Issue Detected

While some platforms may require complex setups, MeetStream.AI offers seamless integration with minimal code. Our customers experience faster deployment and fewer technical hurdles, ensuring a smoother workflow from day one.

4o

Catherine Gibson

·

User

Creates follow up emails

To

amy.ludwick@casperdesigns.net

Subject

Acme <> FusionStar meeting summary and next steps

Hi Amy,


Thank you for hopping on a call with me today. I’m joining here a link to see our meeting recording: https://acme.recall.ai/?meetingid=fusion-star-recording and a summary of what was discussed including the next steps.


Cassie presented the SOW, and Amy mentioned that she updated the section regarding the FAQ and she’s going to join the updated proposal in her follow-up email later today.

Action...

Email Sent

Enterprise-level security,
keep your data private.

Enterprise-level security, keep your data private.

Robust & Reliable

Enterprise-grade infrastructure you can count on, built for uptime and scale.

Enterprise-grade infrastructure you can count on, built for uptime and scale.

Seamless Support

Get direct, dedicated Slack support from our team whenever you need it.

Scalable Infrastructure

Easily handle growing workloads with infrastructure designed to scale effortlessly.

Easily handle growing workloads with infrastructure designed to scale effortlessly.

SOC II Type 2 certified

SOC II Type 2 certified

ISO 27001 certified

ISO 27001 certified

GDPR COmpliant

GDPR COmpliant

Got a question? We got the answer.

Enterprise-level security, keep your data private.

Find answers to common questions about MeetStream—how it works, integrations, security, and how it unlocks key insights from your meetings.

What latency can I expect for real-time audio/video streaming?

How do you handle large-scale concurrent meetings?

Can I access raw audio/video, or only processed transcripts?

How are reconnections and dropped calls handled?

What are the rate limits and concurrency policies?

How is data secured in transit and at rest?

How does the API interact with meeting platforms (Zoom, Meet, Teams)?

What kind of support do you provide?

What about security and compliance?

What latency can I expect for real-time audio/video streaming?

How do you handle large-scale concurrent meetings?

Can I access raw audio/video, or only processed transcripts?

How are reconnections and dropped calls handled?

What are the rate limits and concurrency policies?

How is data secured in transit and at rest?

How does the API interact with meeting platforms (Zoom, Meet, Teams)?

What kind of support do you provide?

What about security and compliance?

What latency can I expect for real-time audio/video streaming?

How do you handle large-scale concurrent meetings?

Can I access raw audio/video, or only processed transcripts?

How are reconnections and dropped calls handled?

What are the rate limits and concurrency policies?

How is data secured in transit and at rest?

How does the API interact with meeting platforms (Zoom, Meet, Teams)?

What kind of support do you provide?

What about security and compliance?

Capture Meeting Data Instantly with One API

Capture Meeting Data Instantly with One API

With a single API call, meetstream.ai spins up a bot that joins meetings, captures every conversation, and streams real-time insights.

meetstream.ai

meetstream.ai provides a single API for meeting bots - join, record, stream, and analyze data from Meet, Teams, and Zoom, so your team can focus on building the AI agent itself.

Integrations

Gmeet Bot Integration

Zoom Bot Integration

Teams Bot Integration

Products

Agent Builder Flow

Coming soon

Copyright © 2025 MeetStream AI. All Rights Reserved.