Switchboard Logo

Switchboard

High-performance orchestration engine for stylized digital content and prints.

High-Fidelity Style Transforms

Switchboard serves as a modern bridge between raw captures and beautifully styled print/digital memories.

By mapping Filters to creative AI models, Switchboard orchestrates the ingestion, transformation, cropping, and delivery of high-resolution digital generations at scale. Built for booths, kiosks, mobile systems, and web platforms.

Developer-First: Fully typed SDKs for .NET and TypeScript.
Original Processed Generation
Claymation Style
Archeology Style

The Anatomy of a Filter

Filters map custom parameters and creative prompts to reference assets, grounding the AI model outputs in your brand's unique aesthetics.

01. System Prompt

"A family on a red carpet in the jungle, surrounded by playful monkeys and brand elements."

02. Style Reference

Curated character maps ensure consistent style grounding and geometry across all generated outputs.

Generated Output

Integrate Instantly

Requesting generations takes only a few lines of code. Use our strongly-typed clients to abstract the complexity of binary upload and asynchronous polling.

using Switchboard.Client;

// 1. Initialize client using the static factory
var client = SwitchboardClientFactory.Create(
    baseUrl: "https://switchboard.dnpcloud.com",
    apiKey: "your-api-key"
);

// 2. Run one-shot generation (uploads, polls, downloads processed stream)
using var fileStream = File.OpenRead("photo.jpg");
using var resultStream = await client.GenerateAsync(
    filter: "claymation-001",
    stream: fileStream,
    width: 1024,
    height: 1024
);

// 3. Save the result stream
if (resultStream != null)
{
    using var outStream = File.Create("output.jpg");
    await resultStream.CopyToAsync(outStream);
}

Engine Features

Orchestrator features engineered to run production-grade print and digital workflows.

1
Single Generation
Upload an image, poll for backend completion, and retrieve a styled output in a single step.
2
Package Generation
Generate multiple different crop sizes and print dimensions concurrently from a single upload.
3
Creative Variations
Generate variations: a group of distinct, non-deterministic generations from a single capture.


Switchboard - Redefining print and digital media synthesis workflows.