Skip to main content
POST
/
api
/
v1
/
misc
/
linkedin
/
mentions
/
builder
Build Linkedin text, insert mentions at tag placeholders.
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

text
string
default:""
tags
object[]

Response

200

commentary
string
required