Mappa 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 { Mappa } from "@mappa-ai/mappa-node";
const mappa = new Mappa({
apiKey: process.env.MAPPA_API_KEY,
});
const report = await mappa.reports.generateFromUrl({
url: "https://example.com/recording.mp3",
output: {
type: "markdown",
template: "general_report",
},
});
console.log(report.markdown);
โจ 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