---
title: "Create service link"
method: POST
path: "/service-links"
tags: ["Dashboard"]
---

# Create service link

`POST /service-links`

Creates a new dashboard service link for the authenticated user.

## Request body

- object
  - `label` string, required
  - `url` string, required

## Response `201`

Service link created.

## Other responses

- `400` — Invalid data.
- `500` — Failed to create service link.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
