Conflux runs the content-AI vendors for you — Sightengine, ACRCloud, Google Vision, OpenAI and more. One API, one bill. We dedupe by file hash and route to the cheapest provider that fits, so you pay less than going direct. Prefer your own vendor contracts? Enterprise BYOK is a toggle.
Every content platform wires the same stack — moderation, music rights, reverse-image, AI-detection — each its own key, rate limit, and monthly bill. Nobody dedupes across them. You pay again every time a file is re-checked.
# five keys, five bills, five retries sightengine.check(file) $ acrcloud.identify(file) $ tineye.search(file) $ vision.moderate(file) $ openai.describe(file) $ # same file next week? pay it all again.
const r = await conflux.check(file, {
need: ['moderation', 'music', 'ai-gen'],
})
// hash seen before → served from cache, $0
// new file → cheapest provider per need
// over budget → capped, never a surprise bill
r.aiGenerated // → 0.94Keyed by content hash, not URL. The same asset checked twice — across your whole platform — is one paid call, forever.
We run the vendors for you and send each need to whichever is cheapest and fastest, with automatic failover when one is down or over quota. You ask for a capability, never a vendor.
Hard daily and per-customer ceilings. A runaway upload spike can't torch the budget — it hits the cap and tells you.
Illustrative, at ~40% dedup + routing savings and a 20% share. We only earn when you save — figures shown in your selected currency.
Built by infrastructure engineers who got tired of paying five vendors to check the same file.