Fetching content
There are two ways to pull content from a connected service:Share a URL
Paste a document URL directly into your prompt. Swoop detects the service and fetches the content automatically. Supported URL formats:| Service | Example URL |
|---|---|
| Google Docs | https://docs.google.com/document/d/... |
| Google Sheets | https://docs.google.com/spreadsheets/d/... |
| Google Slides | https://docs.google.com/presentation/d/... |
| Notion | https://www.notion.so/page-name-... |
| GitHub | https://github.com/org/repo/blob/... |
| Figma | https://www.figma.com/file/... |
| Gmail | https://mail.google.com/mail/u/0/#inbox/... |
- “Create a presentation based on this doc: https://docs.google.com/document/d/abc123”
- “Turn this Notion page into a slide deck: https://notion.so/my-page-xyz”
- “Use the data from this spreadsheet: https://docs.google.com/spreadsheets/d/abc123”
Ask Swoop to search
If you don’t have a specific URL, ask Swoop to search a connected service. Example prompts:- “Search my Google Drive for the Q1 report and use it for a presentation”
- “Find my recent Notion pages about product roadmap”
- “Look through my Gmail for the latest investor update email”
Bulk document import
You can reference multiple documents (up to 10) in a single request. Swoop fetches all of them and combines the content into a presentation outline. Example:- “Create a presentation using these three documents: [URL1], [URL2], [URL3]“
Exporting presentations
After creating a presentation, you can export it back to a connected cloud storage service. Supported export destinations:- Google Drive
- Dropbox
- Box
- OneDrive
- “Export this presentation to my Google Drive”
- “Save the deck as a PPTX to Dropbox”
Limitations
Content size limits
Content size limits
Fetched content is truncated at 50,000 characters. For very large documents, consider splitting them or pointing Swoop to the most relevant sections.
Google Sheets row limits
Google Sheets row limits
Spreadsheet reads are bounded to the range A1:ZZ50000. Data beyond this range is not included.
Figma performance
Figma performance
Figma fetches the full file JSON, which can be slow for large design files. Text content is extracted recursively from the document tree.
Notion pagination
Notion pagination
Large Notion databases are not fully paginated. For best results, link to specific pages rather than entire databases.