Skip to main content
Surfacedd← Back to site
# Surfacedd

> The ad network for AI agents.
> Sponsored content across text, image, video, and voice AI applications.
> Clean, contextual, clearly-labeled advertising designed for every AI output type.

## Company

- Name: Surfacedd
- Type: AI Advertising Network
- Founded: 2026
- Website: https://surfacedd.com
- Contact: [email protected]

## What We Do

Surfacedd connects brands with users inside AI applications.
Brands advertise their products. AI developers monetize their apps.
We sit in the middle, matching sponsored content to the right context.

## Ad Formats

### Text AI (Chatbots, Assistants, Search)
- Sponsored Results: Keyword-triggered product cards in AI responses
- Post-Response Cards: Sponsored content after the AI's answer
- Native Mentions: Clearly-labeled sponsored product mentions

### Image AI (Midjourney, DALL-E, Stable Diffusion apps)
- Display Banners: IAB-format banners alongside generated images
- Sponsored Styles: Brand-sponsored templates and presets
- Gallery Interstitials: Ads between generated images

### Video AI (Sora, Runway, Kling, Pika)
- Pre-Roll / Post-Roll: 5-15 second sponsored clips
- Overlay Banners: Lower-third branded overlays
- Sponsored Effects: Brand-sponsored transitions and filters

### Voice AI (Assistants, Audio tools)
- Audio Spots: Short spoken ads before/after responses
- Contextual Mentions: Sponsored mentions in spoken output

### Code & Productivity AI
- Sidebar Ads: Contextual ads in tool panels
- Sponsored Suggestions: Labeled tool and service recommendations

## For Brands

- Self-serve dashboard, no minimums
- CPC starting $0.50/click
- CPM starting $5-15/1000 impressions
- CPA (custom performance pricing)
- Real-time analytics and conversion tracking
- Keyword and category targeting

## For AI Developers

- Free SDK integration (Python, JavaScript, Swift)
- MCP server for Claude/ChatGPT-compatible agents
- REST API available
- 60/40 revenue share (developer keeps 60%)
- Full UX control: format selection, frequency caps, category blocking
- Monthly payouts, no minimum threshold

## Endpoints

- JSON API: /api/ads
- API Playground: /playground
- Get Listed: /get-listed
- Developer Docs: /docs
- Brand Dashboard: /for-brands
- About / Company: /about
- This file: /for-ai
- LLMs.txt: /llms.txt

## Integration

```
npm install @surfacedd/sdk
```

```javascript
import { Surfacedd } from '@surfacedd/sdk'
const client = new Surfacedd('YOUR_APP_ID')
const ad = await client.getAd({ query: userQuery, format: 'text' })
```