Overview
Last updated 8 months ago
Documentation
Quick Start Guide - Quick start guide
API Reference - Complete endpoint documentation
Error Handling - Error codes and troubleshooting
What You Can Do
Extract contacts from post engagements
Collect comments and replies with full threading
Gather reaction data (likes, loves, celebrates, etc.)
Filter and export data with custom field selection
Monitor collection progress with real-time status updates
Key Features
Temporary Data Storage: 12-hour retention for privacy and compliance
Real-time Status: Monitor collection progress via task endpoints
Flexible Exports: Custom field selection and activity filtering
Quick Example
# 1. Get workspace ID
curl -H "X-API-Key: your_key" https://production.viacurrent/api/workspaces/
# 2. Start collection
curl -X POST -H "X-API-Key: your_key" -H "Content-Type: application/json" \
-d '{"post_url": "https://linkedin.com/posts/example", "data_types": ["comment", "reaction"], "workspace_id": "workspace_id"}' \
https://production.viacurrent/api/workbooks/
# 3. Get results (after task completes)
curl -H "X-API-Key: your_key" \
https://production.viacurrent/api/workbooks/{workbook_id}/contacts
Base URL
https://production.viacurrent/api/