cURL
curl --request POST \ --url https://api.captaindata.com/v4/actions/linkedin-comment-post/run/live \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "parameters": {}, "identity_ids": [ "<string>" ], "identity_mode": "direct", "input": { "linkedin_post_url": "<string>", "custom_data": {} } }'
{ "linkedin_url": "<string>", "thread_urn": "<string>", "comment": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Successful response
The response is of type object.
object