DEVELOPER PREVIEW

A signal your
system can use.

Activity Check returns deterministic signals. Activity Intelligence adds an AI interpretation of observable engagement evidence.

Activity Check

The planned public endpoint is api.linkedpulse.ai. This example is a contract preview, not a live endpoint. Authentication, error contracts and rate limits will be documented when the API launches.

POSThttps://api.linkedpulse.ai/v1/activity-check
ILLUSTRATIVE CONTRACT
EXAMPLE RESPONSE
{  "activity_status": "active",  "activity_level": "very_high",  "activity_confidence": "high",  "active_7d": true,  "active_30d": true,  "active_90d": true,  "linkedin_outreach_ready": true}

Read the response.

FieldMeaning
activity_statusWhether observable activity was established. Unknown is not inactive.
activity_levelThe deterministic activity classification.
activity_confidenceConfidence based on the evidence available.
active_7d / active_30d / active_90dWhether activity was observed in each window. Null means unknown.
linkedin_outreach_readySuitability signal for LinkedIn outreach, not a guarantee of a response.
reaction_evidence_sample_sizeReaction records analyzed; not total or lifetime reactions.
recent_reaction_evidence_count_*Reaction records in the sample within the specified window.
recent_activity_evidence_atTimestamp of the most recent observable activity evidence.
most_recent_observed_authored_post_atMost recent observed authored post, or null when not established.
most_recent_observed_authored_comment_atMost recent observed authored comment, or null when not established.
data_quality_warning / status_codeBoolean data quality warning flag (true or false) and response status code.

Evidence has boundaries.

Reaction evidence is a sample. Current upstream data may provide up to 100 records, and 7/30/90-day counts describe records in that sample. Absence of observed activity is not proof of inactivity.

Activity Intelligence describes observable engagement. A reaction to content about an event does not establish attendance. A topic does not establish a belief, purchase, endorsement or stated preference.

Ready for the next connection.

The marketing demo is currently simulated. API keys, asynchronous bulk jobs, account usage and credit purchases will live in the authenticated workspace. They are not available in this V1 preview.

EXPLORE THE SAMPLE →