Conduit Documentation
Transform audio and video into structured behavioral insights. Analyze communication patterns, personality traits, and more.
โก
Quickstart
Get your first behavioral report in under 5 minutes.
๐ก
API Reference
Complete REST API documentation for all endpoints.
๐งช
Recipes
Copy-paste code snippets for common use cases.
๐ฆ
SDKs
Node.js, Python, and more with full type support.
๐ก
Examples
Copy-paste code for common tasks.
๐
Integrations
Connect with Zapier, Make, Slack, and more.
Quick Example
Generate a behavioral report
import { Conduit } from "@mappa-ai/conduit";
const conduit = new Conduit({
apiKey: process.env.CONDUIT_API_KEY,
});
const receipt = await conduit.reports.create({
source: { url: "https://example.com/recording.mp3" },
output: { template: "general_report" },
target: { strategy: "dominant" },
webhook: { url: "https://your-app.com/api/webhooks/conduit" },
});
console.log(receipt.jobId);
โจ What's New
- Jan 2026Python SDK now available
- Dec 2025Streaming responses for real-time analysis
- Nov 2025Zapier and Make integrations launched
- Oct 2025New sales_playbook report template