Google Slides API
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Slides प्रज़ेंटेशन को पढ़ता और उनमें बदलाव करता है.
सेवा: slides.googleapis.com
हमारा सुझाव है कि इस सेवा को कॉल करने के लिए, Google की दी गई क्लाइंट लाइब्रेरी का इस्तेमाल करें. अगर आपके ऐप्लिकेशन को इस सेवा को कॉल करने के लिए, अपनी लाइब्रेरी का इस्तेमाल करना है, तो एपीआई अनुरोध करते समय यहां दी गई जानकारी का इस्तेमाल करें.
डिस्कवरी दस्तावेज़
डिस्कवरी दस्तावेज़, मशीन से पढ़ा जा सकने वाला एक दस्तावेज़ होता है. इसमें REST API के बारे में जानकारी दी जाती है और उन्हें इस्तेमाल करने का तरीका बताया जाता है. इसका इस्तेमाल, Google API के साथ इंटरैक्ट करने वाली क्लाइंट लाइब्रेरी, आईडीई प्लग इन, और अन्य टूल बनाने के लिए किया जाता है. एक सेवा, कई डिस्कवरी दस्तावेज़ उपलब्ध करा सकती है. यह सेवा, एपीआई के बारे में ज़रूरी जानकारी देने वाला यह दस्तावेज़ उपलब्ध कराती है:
सेवा का एंडपॉइंट
सेवा एंडपॉइंट एक बेस यूआरएल होता है, जो किसी एपीआई सेवा का नेटवर्क पता बताता है. किसी सेवा में कई सेवा एंडपॉइंट हो सकते हैं. इस सेवा का सेवा एंडपॉइंट यहां दिया गया है. यहां दिए गए सभी यूआरआई, इस सेवा एंडपॉइंट से जुड़े हैं:
https://slides.googleapis.com
तरीके |
batchUpdate |
POST /v1/presentations/{presentationId}:batchUpdate
प्रज़ेंटेशन में एक या उससे ज़्यादा अपडेट लागू करता है. |
create |
POST /v1/presentations
अनुरोध में दिए गए टाइटल का इस्तेमाल करके, खाली प्रज़ेंटेशन बनाता है. |
get |
GET /v1/presentations/{presentationId}
बताई गई प्रज़ेंटेशन का सबसे नया वर्शन पाता है. |
तरीके |
get |
GET /v1/presentations/{presentationId}/pages/{pageObjectId}
प्रज़ेंटेशन में दिए गए पेज का नया वर्शन दिखाता है. |
getThumbnail |
GET /v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail
प्रज़ेंटेशन में दिए गए पेज के नए वर्शन का थंबनेल जनरेट करता है और थंबनेल इमेज का यूआरएल दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Google Slides API\n\nReads and writes Google Slides presentations.\n\n- [REST Resource: v1.presentations](#v1.presentations)\n- [REST Resource: v1.presentations.pages](#v1.presentations.pages)\n\nService: slides.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://slides.googleapis.com/$discovery/rest?version=v1\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://slides.googleapis.com`\n\nREST Resource: [v1.presentations](/workspace/slides/api/reference/rest/v1/presentations)\n----------------------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| [batchUpdate](/workspace/slides/api/reference/rest/v1/presentations/batchUpdate) | `POST /v1/presentations/{presentationId}:batchUpdate` Applies one or more updates to the presentation. |\n| [create](/workspace/slides/api/reference/rest/v1/presentations/create) | `POST /v1/presentations` Creates a blank presentation using the title given in the request. |\n| [get](/workspace/slides/api/reference/rest/v1/presentations/get) | `GET /v1/presentations/{presentationId}` Gets the latest version of the specified presentation. |\n\nREST Resource: [v1.presentations.pages](/workspace/slides/api/reference/rest/v1/presentations.pages)\n----------------------------------------------------------------------------------------------------\n\n| Methods ||\n|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [get](/workspace/slides/api/reference/rest/v1/presentations.pages/get) | `GET /v1/presentations/{presentationId}/pages/{pageObjectId}` Gets the latest version of the specified page in the presentation. |\n| [getThumbnail](/workspace/slides/api/reference/rest/v1/presentations.pages/getThumbnail) | `GET /v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail` Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. |"]]