AI-powered presentation and document creation tool for client decks and proposals
Gamma
Overviewâ
Gamma is an AI-powered design partner that helps create professional-looking presentations, documents, social posts, and websites quickly using AI-generated content and images. We use Gamma primarily to create client decks and proposal documents, sharing them via Gamma links for easy collaboration and review.
Key Capabilities:
- Generate presentations, documents, social posts, and websites from text prompts
- Support for 60+ languages
- Customizable themes and AI-generated images
- Export to PDF or PPTX
- API access for programmatic content creation
- Real-time collaboration via shareable links
Our Usage:
- Client Decks: Create presentation decks for client meetings and proposals
- Quotes/Proposals: Generate professional proposal documents with strategic marketing partnership details
- Sharing: Typically share via Gamma links (e.g.,
https://gamma.app/docs/...) rather than PDF exports
Current Useâ
Primary Use Casesâ
-
Client Presentation Decks
- Create AI-generated presentation decks for client meetings
- Customize themes and content based on client needs
- Share via Gamma links for easy access and collaboration
-
Strategic Proposals and Quotes
- Generate professional proposal documents
- Include strategic marketing partnership details
- Example: Strategic Marketing Partnership Proposal
Workflowâ
- Manual Creation: Create decks and proposals through the Gamma web interface
- Content Input: Provide text prompts, notes, or structured content
- AI Generation: Gamma generates professionally designed content with appropriate layouts
- Customization: Refine content, themes, and images in the Gamma app
- Sharing: Share via Gamma links for client review and collaboration
Sharing Approachâ
- Preferred Method: Share Gamma links (e.g.,
https://gamma.app/docs/...) - Alternative: Export to PDF when needed for offline access
- Collaboration: Clients can view and comment directly on Gamma links
API Integrationâ
Gamma provides a comprehensive API for programmatic content creation, allowing integration with automation platforms and backend code.
API Accessâ
API Key: sk-gamma-J4NTyYVX7qnbBuXBD6URv1XDnTUtX4rMCYXs3SMdz7Q
Storage: Stored in root .env file as GAMMA_API_KEY
Documentation:
API Capabilitiesâ
Two Main API Options:
-
Generate API - Create new gammas from scratch
- Maximum flexibility with many parameters
- Use
inputTextto pass content and image URLs - Supports presentations, documents, webpages, and social posts
-
Create from Template API (Beta) - Create gammas based on existing templates
- Requires existing gamma template and
gammaId - Use
promptto pass content and instructions - Adapts new content to existing template structure
- Requires existing gamma template and
API Endpointsâ
Base URL: https://public-api.gamma.app/v1.0
Key Endpoints:
POST /generations- Generate a new gammaPOST /generations/from-template- Create from template (beta)GET /generations/{generationId}- Get generation status and file URLsGET /themes- List available themesGET /folders- List workspace folders
Authenticationâ
- Method: API key authentication via
X-API-KEYheader - OAuth: Coming soon (currently API keys only)
API Parametersâ
Generate API Key Parameters:
inputText(required) - Text and image URLs (1-100,000 tokens)textMode(required) - How to modify input:generate,condense, orpreserveformat- Type:presentation,document,webpage, orsocial(default:presentation)themeId- Theme to use (optional, defaults to workspace theme)numCards- Number of cards (1-60 for Pro, 1-75 for Ultra, default: 10)cardSplit- Content division:auto,inputTextBreaks, oradditionalInstructionsexportAs- Export format:pdforpptx(optional)imageOptions- Image generation settings (model, style)textOptions- Text generation settings (language, tone, audience)folderIds- Folder(s) to store gammasharingOptions- Sharing and access permissions
Create from Template API Parameters:
gammaId(required) - Template gamma IDprompt(required) - Content and instructions (up to 100,000 tokens)themeId- Override template theme (optional)folderIds- Storage folders (optional)exportAs- Export format:pdforpptx(optional)imageOptions- Image generation overrides (optional)sharingOptions- Sharing permissions (optional)
API Usage Examplesâ
Generate a Presentation:
curl --request POST \
--url https://public-api.gamma.app/v1.0/generations \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: sk-gamma-xxxxxxxx' \
--data '{
"inputText": "Strategic marketing partnership proposal for client",
"textMode": "generate",
"format": "presentation",
"numCards": 15,
"themeId": "Chisel"
}'
Check Generation Status:
curl --request GET \
--url https://public-api.gamma.app/v1.0/generations/{generationId} \
--header 'X-API-KEY: sk-gamma-xxxxxxxx'
List Available Themes:
curl --request GET \
--url https://public-api.gamma.app/v1.0/themes \
--header 'X-API-KEY: sk-gamma-xxxxxxxx'
Credits and Pricingâ
- Billing: Credit-based system
- Credit Charges:
- Cards: 3-4 credits per card
- Images: 2-120 credits per image (varies by model)
- Basic models: ~2 credits/image
- Advanced models: ~10-20 credits/image
- Premium models: ~20-40 credits/image
- Ultra models: ~40-120 credits/image
- Monthly Credits: Included with subscription tier (Pro, Ultra, Teams, Business)
- Auto-recharge: Available at https://gamma.app/settings/billing
Example Credit Usage:
- Deck with 10 cards + 5 basic images = ~40-50 credits
- Doc with 20 cards + 15 premium images = ~360-680 credits
Automation Platformsâ
The Gamma API can be integrated with:
- Make (formerly Integromat)
- Zapier
- Workato
- N8N
- Custom backend code
Account Detailsâ
- Category: MARKETING_TOOL
- Account type: INTERNAL
- Monthly cost: ÂŖ25.00 GBP
- Access URL: https://gamma.app
- Account owner: Ben Power
- Last verified: December 2025
Configurationâ
Environment Variablesâ
Root .env file:
# Gamma API Key (for workspace automation)
GAMMA_API_KEY=sk-gamma-J4NTyYVX7qnbBuXBD6URv1XDnTUtX4rMCYXs3SMdz7Q
Note: Never commit API keys to version control. The .env file is gitignored.
Features in Useâ
Content Generationâ
- Text Input: Accepts anything from one-line prompts to pages of structured content
- AI Enhancement: Automatically generates professional layouts and designs
- Multi-format: Create presentations, documents, webpages, or social posts
- Language Support: 60+ languages supported
Design Customizationâ
- Themes: Choose from workspace themes or create custom themes
- Images: AI-generated images or upload custom images
- Tone & Audience: Fine-tune output by defining tone, audience, and detail level
- Layouts: Automatic card splitting or manual control
Collaborationâ
- Shareable Links: Generate Gamma links for easy sharing
- Access Control: Configure workspace and external access levels
- Comments: Enable commenting for collaborative review
- Export Options: Export to PDF or PPTX when needed
Example Documentsâ
Strategic Marketing Partnership Proposalâ
- Gamma Link: https://gamma.app/docs/Strategic-Marketing-Partnership-Proposal-ehzykt6ebiyiwzg
- Type: Proposal document
- Format: Presentation/document hybrid
- Usage: Client proposal sharing
Documentationâ
Official Resourcesâ
- Main Site: https://gamma.app
- API Getting Started: https://developers.gamma.app/docs/getting-started
- API Reference: https://developers.gamma.app/reference
- Pricing: https://gamma.app/pricing
API Documentation Sectionsâ
- Generate API Parameters: https://developers.gamma.app/v1.0/docs/generate-api-parameters-explained
- Create from Template API: https://developers.gamma.app/v1.0/docs/create-from-template-parameters-explained
- List Themes and Folders: https://developers.gamma.app/v1.0/docs/list-themes-and-list-folders-apis-explained
TODOâ
- Explore API integration for automated deck generation
- Create reusable templates for common proposal types
- Set up n8n workflow for automated proposal generation (if needed)
- Document common themes and folder structure
- Test Create from Template API for proposal standardization
Related Toolsâ
- See
tools/n8n.mdfor automation platform integration - See
tools/zapier.mdfor Zapier integration options
Note Context
Importance Rating: High - Core tool for client-facing deliverables (decks and proposals)
Focus Areas for Note:
- Emphasize primary use cases: client decks and proposal/quotes generation
- Highlight sharing approach (Gamma links preferred over PDF exports)
- Include API capabilities and potential for automation
- Note current manual workflow vs. future API automation potential
- Mention example proposal link as reference
Additional Context:
- This is an active tool used regularly for client deliverables
- API access is available but not yet integrated into automated workflows
- Focus on current manual usage while noting API potential
- Example proposal demonstrates typical output quality and format
Last Updated: December 2025
Owner: Ben Power
Status: Active