---
title: "Build Linkedin text, insert mentions at tag placeholders."
method: POST
path: "/api/v1/misc/linkedin/mentions/builder"
tags: ["misc"]
---

# Build Linkedin text, insert mentions at tag placeholders.

`POST /api/v1/misc/linkedin/mentions/builder`

If tag already exists (case insensitive), mentions replace it; otherwise they're appended to the end.

## Request body

- object
  - `text` string
  - `tags` object[]
    - `display` string, required
    - `urn` string, required

## Response `200`

200

- object
  - `commentary` string, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/bundle/apis/bundle-social-api.md) · [All operations](https://skmtc.net/bundle/apis/bundle-social-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bundle/bundle-social-api/versions/b773556c2f09/schema)
