Skip to main content
POST
/
api
/
linkedin
/
management
/
post
/linkedin/management/post
curl --request POST \
  --url https://api.anysite.io/api/linkedin/management/post \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "text": "<string>",
  "timeout": 300,
  "visibility": "ANYONE",
  "comment_scope": "ALL"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
account_id
string<uuid>
required

Can be obtained on the accounts page: https://app.horizondatawave.ai/accounts

text
string
required
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
visibility
enum<string>
default:ANYONE
Available options:
ANYONE,
CONNECTIONS_ONLY
comment_scope
enum<string>
default:ALL
Available options:
ALL,
CONNECTIONS_ONLY,
NONE

Response

Successful Response