Google Meet website screenshot

Google Meet

The Google Meet API provides programmatic access to Google Meet video conferencing functionality. It enables applications to create and manage meeting spaces, retrieve conference records including participant details, access recordings and transcripts, and end active conferences. The API supports building integrations that automate meeting workflows and extract meeting data.

1 APIs 0 Features
GoogleGoogle WorkspaceMeetingsRecordingsTranscriptsVideo Conferencing

APIs

Google Meet API

The Google Meet REST API enables creating and managing meeting spaces, retrieving conference records with participant and session data, accessing meeting recordings and transcri...

Collections

GraphQL

Google Meet GraphQL Schema

This directory contains a conceptual GraphQL schema for the Google Meet API, derived from the [Google Meet REST API v2](https://developers.google.com/meet/api/reference/rest/v2).

GRAPHQL

Pricing Plans

Rate Limits

Google Meet Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Json Ld Context

4 classes · 6 properties

JSON-LD

API Governance Rules

Google Meet API Rules

13 rules · 11 errors 1 warnings 1 info

SPECTRAL

Resources

🚀
GettingStarted
GettingStarted
💰
Pricing
Pricing
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Meet API
  version: v2
items:
- info:
    name: Spaces
    type: folder
  items:
  - info:
      name: Google Meet Create meeting space
      type: http
    http:
      method: POST
      url: https://meet.googleapis.com/v2/spaces
      body:
        type: json
        data: '{}'
    docs: Creates a new meeting space.
- info:
    name: Default
    type: folder
  items:
  - info:
      name: Google Meet Get meeting space
      type: http
    http:
      method: GET
      url: https://meet.googleapis.com/v2/:name
      params:
      - name: name
        value: ''
        type: path
        description: 'Format: spaces/{space}'
    docs: Gets a meeting space by resource name.
  - info:
      name: Google Meet Update meeting space
      type: http
    http:
      method: PATCH
      url: https://meet.googleapis.com/v2/:name
      params:
      - name: name
        value: ''
        type: path
        description: 'Format: spaces/{space}'
      - name: updateMask
        value: ''
        type: query
      body:
        type: json
        data: '{}'
    docs: Updates a meeting space.
  - info:
      name: Google Meet End active conference
      type: http
    http:
      method: POST
      url: https://meet.googleapis.com/v2/:name:endActiveConference
      params:
      - name: name
        value: ''
        type: path
        description: 'Format: spaces/{space}'
    docs: Ends an active conference in a space.
- info:
    name: conferenceRecords
    type: folder
  items:
  - info:
      name: Google Meet List conference records
      type: http
    http:
      method: GET
      url: https://meet.googleapis.com/v2/conferenceRecords
      params:
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
      - name: filter
        value: ''
        type: query
    docs: Lists the conference records.
  - info:
      name: Google Meet Get conference record
      type: http
    http:
      method: GET
      url: https://meet.googleapis.com/v2/conferenceRecords/:conferenceRecordId
      params:
      - name: conferenceRecordId
        value: ''
        type: path
    docs: Gets a conference record by conference ID.
  - info:
      name: Google Meet List participants
      type: http
    http:
      method: GET
      url: https://meet.googleapis.com/v2/conferenceRecords/:conferenceRecordId/participants
      params:
      - name: conferenceRecordId
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists the participants in a conference record.
  - info:
      name: Google Meet Get participant
      type: http
    http:
      method: GET
      url: https://meet.googleapis.com/v2/conferenceRecords/:conferenceRecordId/participants/:participantId
      params:
      - name: conferenceRecordId
        value: ''
        type: path
      - name: participantId
        value: ''
        type: path
    docs: Gets a participant by participant ID.
  - info:
      name: Google Meet List recordings
      type: http
    http:
      method: GET
      url: https://meet.googleapis.com/v2/conferenceRecords/:conferenceRecordId/recordings
      params:
      - name: conferenceRecordId
        value: ''
        type: path
    docs: Lists the recordings from a conference record.
  - info:
      name: Google Meet List transcripts
      type: http
    http:
      method: GET
      url: https://meet.googleapis.com/v2/conferenceRecords/:conferenceRecordId/transcripts
      params:
      - name: conferenceRecordId
        value: ''
        type: path
    docs: Lists the transcripts from a conference record.
  - info:
      name: Google Meet List transcript entries
      type: http
    http:
      method: GET
      url: https://meet.googleapis.com/v2/conferenceRecords/:conferenceRecordId/transcripts/:transcriptId/entries
      params:
      - name: conferenceRecordId
        value: ''
        type: path
      - name: transcriptId
        value: ''
        type: path
    docs: Lists the transcript entries from a transcript.
bundled: true