Skip to main content
POST
/
v1
/
social
/
ingest
Ingest Social Signals
curl --request POST \
  --url https://www.signalark.app/_api/v1/social/ingest \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "events": [
    {
      "platform": "<string>",
      "engagement_type": "<string>",
      "engager_name": "<string>",
      "engager_profile_url": "<string>",
      "engager_company": "<string>",
      "company_domain": "<string>",
      "post_url": "<string>",
      "warmth_hint": 123
    }
  ]
}
'
{
  "success": true,
  "batchId": "<string>",
  "promotedToPipeline": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.signalark.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use format Bearer sak_your_api_key_here

Body

application/json
events
object[]
required

Response

200 - application/json

Social ingestion successful

success
boolean
batchId
string
promotedToPipeline
integer