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.
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.
Explore the Documentation
Switchboard - Redefining print and digital media synthesis workflows.
