Use AI API to enrich company data, score records, and run AI-assisted buying workflows with structured results.
Last updated: July 14, 2026
/v2 namespace. Buy API endpoints use /v2/buy/.... Object API endpoints use /v2/public/....dry_run first for enrichment when you want proposed changes without writing to the record.Idempotency-Key for Buy API write operations.curl -X POST "https://api.sanka.com/v2/enrich" \
-H "Authorization: Bearer <api_key>" \
-H "Content-Type: application/json" \
-d '{
"object_type": "company",
"record_id": "<company_record_id>",
"dry_run": true
}'
| Goal | Use |
|---|---|
| Complete missing company details | Enrichment |
| Refresh stale company profile data | Enrichment |
| Prioritize target accounts | Scoring |
| Explain why a company or deal is high priority | Scoring |
| Turn purchase intent into a purchasing workflow | Buy |
| Create Purchase Orders and Bills from sourced offers | Buy |
| Find new companies before enrichment | Data API |
| Create or update the actual record | Object API |