Google Meet API
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
tworzyć spotkania w Google Meet i nimi zarządzać;
Usługa: meet.googleapis.com
Do wywołania tej usługi zalecamy użycie dostarczonych przez Google bibliotek klienta. Jeśli aplikacja musi wywoływać tę usługę przy użyciu własnych bibliotek, podczas tworzenia żądań interfejsu API należy używać poniższych informacji.
Dokument opisujący
Dokument opisujący to czytelna dla komputera specyfikacja opisująca interfejsy API REST i sposób ich używania. Służy do tworzenia bibliotek klienta, wtyczek IDE i innych narzędzi, które współdziałają z interfejsami API Google. Jedna usługa może udostępniać wiele dokumentów opisujących. Ta usługa dostarcza następujący dokument opisujący interfejs API:
Punkt końcowy usługi
Punkt końcowy usługi to podstawowy adres URL, który określa adres sieciowy usługi interfejsu API. Jedna usługa może mieć wiele punktów końcowych. Ta usługa ma następujący punkt końcowy i wszystkie poniższe identyfikatory URI odnoszą się do niego:
https://meet.googleapis.com
Metody |
get |
GET /v2/{name=conferenceRecords/*} Pobiera rekord konferencji według identyfikatora konferencji. |
list |
GET /v2/conferenceRecords Wyświetla listę rekordów konferencji. |
Metody |
get |
GET /v2/{name=conferenceRecords/*/participants/*} Pobiera informacje o uczestniku na podstawie jego identyfikatora. |
list |
GET /v2/{parent=conferenceRecords/*}/participants Wypisuje uczestników rekordu konferencji. |
Metody |
get |
GET /v2/{name=conferenceRecords/*/participants/*/participantSessions/*} Pobiera sesję uczestnika według identyfikatora sesji uczestnika. |
list |
GET /v2/{parent=conferenceRecords/*/participants/*}/participantSessions Wyświetla listę sesji uczestnika w rekordzie konferencji. |
Metody |
get |
GET /v2/{name=conferenceRecords/*/recordings/*} Pobiera nagranie według identyfikatora nagrania. |
list |
GET /v2/{parent=conferenceRecords/*}/recordings Wypisuje zasoby nagrywania z nagrania konferencji. |
Metody |
get |
GET /v2/{name=conferenceRecords/*/transcripts/*} Pobiera transkrypcję według identyfikatora transkrypcji. |
list |
GET /v2/{parent=conferenceRecords/*}/transcripts Wyświetla zestaw transkrypcji z wyniku konferencji. |
Metody |
get |
GET /v2/{name=conferenceRecords/*/transcripts/*/entries/*} Pobiera zasób TranscriptEntry według identyfikatora wpisu. |
list |
GET /v2/{parent=conferenceRecords/*/transcripts/*}/entries Wypisuje uporządkowane dane z transkrypcji. |
Metody |
create |
POST /v2/spaces Utwórz pokój. |
endActiveConference |
POST /v2/{name=spaces/*}:endActiveConference Kończy aktywną rozmowę wideo (jeśli jest prowadzona). |
get |
GET /v2/{name=spaces/*} Pobiera szczegóły dotyczące miejsca spotkania. |
patch |
PATCH /v2/{space.name=spaces/*} Aktualizuje szczegóły dotyczące pokoju spotkań. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 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. |"]]