Google Meet Platform: Downloads

The Google Meet REST API is built on HTTP and JSON, so any standard HTTP client can send requests to it and parse the responses.

However, the Google API client libraries provide better language integration, improved security, and support for making calls that require user authorization. Client libraries are available in several programming languages. By using them you can avoid the need to manually create HTTP requests and parse the responses. To get started, choose the programming language that you're using for development.

In the following tables, the first column links to the source and documentation for the library, and the second column links to available samples.

Source and documentation Sample
Google API Client Library for C# .NET C# .NET samples
Google API Client Library for Go Go samples
Google API Client Library for Java
Google API Client Library for Java (Maven)
Java samples
Google API Client Library for JavaScript JavaScript samples
Google API Client Library for Node.js Node.js samples
Google API Client Library for PHP PHP samples
Google API Client Library for Python Python samples
Google API Client Library for Ruby Ruby samples