Google Meet API
Stay organized with collections
Save and categorize content based on your preferences.
Create and manage meetings in Google Meet.
Service: meet.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://meet.googleapis.com
Methods |
get |
GET /v2/{name=conferenceRecords/*}
Gets a conference record by conference ID. |
list |
GET /v2/conferenceRecords
Lists the conference records. |
Methods |
get |
GET /v2/{name=conferenceRecords/*/participants/*}
Gets a participant by participant ID. |
list |
GET /v2/{parent=conferenceRecords/*}/participants
Lists the participants in a conference record. |
Methods |
get |
GET /v2/{name=conferenceRecords/*/participants/*/participantSessions/*}
Gets a participant session by participant session ID. |
list |
GET /v2/{parent=conferenceRecords/*/participants/*}/participantSessions
Lists the participant sessions of a participant in a conference record. |
Methods |
get |
GET /v2/{name=conferenceRecords/*/recordings/*}
Gets a recording by recording ID. |
list |
GET /v2/{parent=conferenceRecords/*}/recordings
Lists the recording resources from the conference record. |
Methods |
get |
GET /v2/{name=conferenceRecords/*/transcripts/*}
Gets a transcript by transcript ID. |
list |
GET /v2/{parent=conferenceRecords/*}/transcripts
Lists the set of transcripts from the conference record. |
Methods |
get |
GET /v2/{name=conferenceRecords/*/transcripts/*/entries/*}
Gets a TranscriptEntry resource by entry ID. |
list |
GET /v2/{parent=conferenceRecords/*/transcripts/*}/entries
Lists the structured transcript entries per transcript. |
Methods |
create |
POST /v2/spaces
Creates a space. |
endActiveConference |
POST /v2/{name=spaces/*}:endActiveConference
Ends an active conference (if there's one). |
get |
GET /v2/{name=spaces/*}
Gets details about a meeting space. |
patch |
PATCH /v2/{space.name=spaces/*}
Updates details about a meeting space. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-02 UTC.
[null,null,["Last updated 2025-04-02 UTC."],[],[],null,["# Google Meet API\n\nCreate and manage meetings in Google Meet.\n\n- [REST Resource: v2.conferenceRecords](#v2.conferenceRecords)\n- [REST Resource: v2.conferenceRecords.participants](#v2.conferenceRecords.participants)\n- [REST Resource: v2.conferenceRecords.participants.participantSessions](#v2.conferenceRecords.participants.participantSessions)\n- [REST Resource: v2.conferenceRecords.recordings](#v2.conferenceRecords.recordings)\n- [REST Resource: v2.conferenceRecords.transcripts](#v2.conferenceRecords.transcripts)\n- [REST Resource: v2.conferenceRecords.transcripts.entries](#v2.conferenceRecords.transcripts.entries)\n- [REST Resource: v2.spaces](#v2.spaces)\n\nService: meet.googleapis.com\n----------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://meet.googleapis.com/$discovery/rest?version=v2\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://meet.googleapis.com`\n\nREST Resource: [v2.conferenceRecords](/workspace/meet/api/reference/rest/v2/conferenceRecords)\n----------------------------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| [get](/workspace/meet/api/reference/rest/v2/conferenceRecords/get) | `GET /v2/{name=conferenceRecords/*}` Gets a conference record by conference ID. |\n| [list](/workspace/meet/api/reference/rest/v2/conferenceRecords/list) | `GET /v2/conferenceRecords` Lists the conference records. |\n\nREST Resource: [v2.conferenceRecords.participants](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants)\n------------------------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|\n| [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/get) | `GET /v2/{name=conferenceRecords/*/participants/*}` Gets a participant by participant ID. |\n| [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/list) | `GET /v2/{parent=conferenceRecords/*}/participants` Lists the participants in a conference record. |\n\nREST Resource: [v2.conferenceRecords.participants.participantSessions](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants.participantSessions)\n----------------------------------------------------------------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|-------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants.participantSessions/get) | `GET /v2/{name=conferenceRecords/*/participants/*/participantSessions/*}` Gets a participant session by participant session ID. |\n| [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants.participantSessions/list) | `GET /v2/{parent=conferenceRecords/*/participants/*}/participantSessions` Lists the participant sessions of a participant in a conference record. |\n\nREST Resource: [v2.conferenceRecords.recordings](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings)\n--------------------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|---------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings/get) | `GET /v2/{name=conferenceRecords/*/recordings/*}` Gets a recording by recording ID. |\n| [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings/list) | `GET /v2/{parent=conferenceRecords/*}/recordings` Lists the recording resources from the conference record. |\n\nREST Resource: [v2.conferenceRecords.transcripts](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts)\n----------------------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts/get) | `GET /v2/{name=conferenceRecords/*/transcripts/*}` Gets a transcript by transcript ID. |\n| [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts/list) | `GET /v2/{parent=conferenceRecords/*}/transcripts` Lists the set of transcripts from the conference record. |\n\nREST Resource: [v2.conferenceRecords.transcripts.entries](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries)\n--------------------------------------------------------------------------------------------------------------------------------------\n\n| Methods ||\n|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries/get) | `GET /v2/{name=conferenceRecords/*/transcripts/*/entries/*}` Gets a `TranscriptEntry` resource by entry ID. |\n| [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries/list) | `GET /v2/{parent=conferenceRecords/*/transcripts/*}/entries` Lists the structured transcript entries per transcript. |\n\nREST Resource: [v2.spaces](/workspace/meet/api/reference/rest/v2/spaces)\n------------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|\n| [create](/workspace/meet/api/reference/rest/v2/spaces/create) | `POST /v2/spaces` Creates a space. |\n| [endActiveConference](/workspace/meet/api/reference/rest/v2/spaces/endActiveConference) | `POST /v2/{name=spaces/*}:endActiveConference` Ends an active conference (if there's one). |\n| [get](/workspace/meet/api/reference/rest/v2/spaces/get) | `GET /v2/{name=spaces/*}` Gets details about a meeting space. |\n| [patch](/workspace/meet/api/reference/rest/v2/spaces/patch) | `PATCH /v2/{space.name=spaces/*}` Updates details about a meeting space. |"]]