How to Use Base URL: Finding your Document ID: The document ID is in the URL: 1. Create New Document Create a blank document with a title: Write to : Then run: 2. Get Document Content Read the entire document structure and content: 3. Get Document Metadata Only Get just the title and basic properties: 4. Insert Text at Beginning Insert text at the start of the document (index 1): Write to : Then run: 5. Insert Text at Specific Location Insert text at a specific index (get indexes from document content): Write to : Then run: 6. Delete Content Range Delete text from a specific range: Write to :…