Amazon Chime logo

Amazon Chime

Amazon Chime

UpOpen Sourcecloudby Amazon Web Services62· JavaScript· MIT

Amazon Chime SDK API embeds real-time audio/video calling and chat into apps (meetings, messaging, PSTN calls).

Visit site ↗Source ↗Health checked 9h ago
Use it when

Full SDKs across web/iOS/Android

Watch for

Less out-of-the-box UI than Zoom/Daily.co (you build the frontend)

First check

CreateMeeting to create a meeting; CreateAttendee to add participants and obtain JoinToken; frontend SDK joins with the token.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
19 ms
Protocol
REST, WebSocket
Pricing
Stars
62

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 19ms

GitHub activity

62JavaScriptMIT17 open issuesLast commit 110d ago
01

About this API

Chime SDK is AWS's toolkit for developers to "build your own video-conferencing product". Compared to finished products like Zoom/Microsoft Teams, Chime SDK is building blocks — you take the SDK and write your own UI, manage your own users, define your own flows. Use cases: embed video calling in customer apps (Telehealth, online education, customer service systems) instead of jumping to Zoom; or build a Zoom competitor. Similar to Twilio Video (also sells SDKs), main difference is ecosystem — Chime SDK integrates deeply with AWS data ecosystem, Twilio with the communications ecosystem. Billed per attendee-minute (~$0.0017/minute/person), cheaper than Zoom at large scale.

02

What you can build

  • 1Embed video meetings into your own app (without Zoom)
  • 21-1 video chat for customer service
  • 3Online education classrooms
  • 4PSTN + SIP call integration
03

Strengths & limitations

Strengths

  • Full SDKs across web/iOS/Android
  • Pay by usage (participant-minutes)
  • AWS data ecosystem integration (meeting events to Kinesis, recordings to S3)

Limitations

  • Less out-of-the-box UI than Zoom/Daily.co (you build the frontend)
  • Less feature-rich than Zoom (e.g. weaker breakout rooms)
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://github.com/mermade/aws2openapi/<endpoint>
05

Getting started

CreateMeeting to create a meeting; CreateAttendee to add participants and obtain JoinToken; frontend SDK joins with the token.

06

FAQ

Chime SDK vs. Twilio Video?+

Deep in AWS ecosystem: Chime. Diverse communications needs (with SMS/voice): Twilio.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: Yes
Auth type
unknown
Pricing
unknown
Protocols
REST, WebSocket
SDKs
javascript, ios, android, python, java
Response time
19 ms
Last health check
5/12/2026, 7:36:33 AM
08

Tags

09

More from Amazon Web Services