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:
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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[],[],null,["Create 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\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\nDiscovery 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\nService 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| 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| 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| 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| 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| 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| 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| 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. |"]]