curl --request POST \
--url https://api.bundle.social/api/v1/misc/linkedin/mentions/builder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"text": "",
"tags": []
}
'{
"commentary": "<string>"
}If tag already exists (case insensitive), mentions replace it; otherwise they’re appended to the end.
curl --request POST \
--url https://api.bundle.social/api/v1/misc/linkedin/mentions/builder \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"text": "",
"tags": []
}
'{
"commentary": "<string>"
}Was this page helpful?