Skip to main content
Send a piece of content (video, audio, image, or text) and Sapient predicts how a human brain responds to it, second by second. You submit to one endpoint, POST /api/v1/scans, get a queued scan back, then poll it (or receive it on a webhook). The completed scan is a per-second timeline scored across seven lenses: attention, emotion, memory, cognitive effort, manipulation, buy/sell intent, and surprise, each grounded in real brain-network activity.

Quickstart

curl https://www.thesapientcompany.com/api/v1/scans \
  -H "Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{ "input": { "type": "video", "video_url": "https://yourcdn.com/ad.mp4" } }'

Next steps

Authentication

Create an sk_live_ key and authenticate every request.

Create a scan

Submit content to POST /api/v1/scans and get a scan back.

Pricing

$0.50 per Mary scan, $1.00 per Qualia scan. First $5.00 each month is free.