curl --request POST \
--url https://api-lr.agent.ai/v1/action/get_linkedin_posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"post_urls": "https://www.linkedin.com/pulse/getting-value-out-sunburst-author"
}
'{
"status": 123,
"response": {}
}Retrieve LinkedIn posts or articles by their direct URLs.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/get_linkedin_posts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"post_urls": "https://www.linkedin.com/pulse/getting-value-out-sunburst-author"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
LinkedIn post or article URLs, comma or newline separated.
"https://www.linkedin.com/pulse/getting-value-out-sunburst-author"