cURL
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.
Body
Show child attributes
200
Was this page helpful?