presentation | string | Yes | - | Google Slides presentation URL or ID. You must ask the user for it if not provided. |
identifier_type | string or SelectableOption | Yes | - | Method to identify the slide to retrieve information from. Available options: ‘slide_number’ - Identify slide by its position in the presentation (1-based indexing) ‘slide_id’ - Identify slide by its unique Google Slides object ID |
slide_number | integer | No | - | Number of the slide to retrieve information from (1-based indexing, starting from 1). REQUIRED when identifier_type is ‘slide_number’. MUST BE NULL/EMPTY when identifier_type is ‘slide_id’ - clear this field if identifier_type changes to ‘slide_id’. Must be a positive integer. Example: 1 for first slide, 2 for second slide, etc. |
slide_id | string | No | - | Unique Google Slides object ID of the slide to retrieve information from. REQUIRED when identifier_type is ‘slide_id’. MUST BE NULL/EMPTY when identifier_type is ‘slide_number’ - clear this field if identifier_type changes to ‘slide_number’. Example format: ‘g1a82910c99_0_0’ You can find slide IDs in the Google Slides API or by inspecting the presentation. |