# PowerPoint Logo API

> Fetch any company logo via API and drop it straight into a PowerPoint slide. $0.01/logo, transparent PNG, editable output.

**Canonical URL:** https://superlogo.ai/powerpoint-logo-api  
**Target query:** `logo api for powerpoint`  
**Summary:** PowerPoint logo API for automating pitch decks. Fetch any brand logo programmatically and insert it into .pptx. $0.01/logo, no attribution required.

## Overview

Building a PowerPoint automation tool? Sales-enablement platform? Investor reporting workflow that generates client decks on demand? You need a logo API that returns transparent PNGs (so logos sit cleanly on any slide background) and doesn't require attribution (so your commercial customers don't see a "Powered by" watermark). SuperLogo delivers both at $0.01 per domain lookup, and pairs it with a wall-composite endpoint that generates a full slide-ready "trusted by" strip in a single call.

## Why teams switch

- **Logos from favicon services look garbage in decks:** Chrome favicon service returns 16×16 or 32×32 images. Pasted into a 1920×1080 slide, they're pixelated. SuperLogo returns Lanczos-upscaled logos at up to 1024px.
- **Alignment across 20 logos with different aspect ratios is a nightmare:** The /v1/wall endpoint composites up to 100 logos into a single tiled image with smart auto-layout — 5 logos becomes 5×1, 10 becomes 5×2, 100 becomes 10×10. Drop it in as one slide, done.
- **Attribution watermarks kill the pro look of a sales deck:** Every logo API except SuperLogo requires a visible credit link on the free tier. That looks amateur on a pitch deck.

## What SuperLogo does differently

- **$0.01 per domain lookup:** Direct fetch, no AI resolution needed. Perfect when your CRM already has the domain and you just need the pixels.
- **$0.04 per AI-resolved name:** When you only have "Fortune 500" as text, our AI resolves the domain first, then fetches. Handles typos and TLD variations.
- **Transparent PNG output:** Every logo comes back with a real alpha channel. Sits cleanly on any slide bg — dark, light, gradient, image.
- **/v1/wall — 100-logo composite in one call:** Send an array of domains, get back a single PNG or JPG or layered SVG with all of them arranged in a smart grid. Drop into a slide as one image.
- **No attribution required, ever:** Ship polished sales decks with no "powered by SuperLogo" watermark. Every tier, no exceptions.

## FAQ

### How do I insert the returned logo into a .pptx file?

Base64-decode the response into raw PNG bytes, then use python-pptx (Python) or officegen (Node.js) to insert as a Picture shape. We have code samples in the API docs.

### Does the /v1/wall endpoint output slide-ready dimensions?

It outputs whatever tile size + padding you request, up to 100 logos. Common preset: 128px tiles, 8px padding, 5-column layout = a clean 720×290 slide banner.

### What if I only have company names, not domains?

Send `{"names":["Apple","Google","Microsoft"]}` instead of domains. Our AI resolves the domain first (adds ~1-2s latency), then fetches the logo. Same output shape.

### Is there a rate limit?

No hard rate limit — your credit balance is the ceiling. Buy $1, do 100 domain lookups or 25 name lookups. Buy $10, do 1,000 domain lookups.

## Get started

- **View the API:** https://superlogo.ai/api
- **API docs:** https://superlogo.ai/v1/docs.html
- **All company logo pages:** https://superlogo.ai/sitemap.xml
