---
title: "Save a weblink to a space"
method: POST
path: "/save-weblink"
tags: ["Content"]
---

# Save a weblink to a space

`POST /save-weblink`

Object type of weblink will be analyzed and saved as an object to your space.

<br>

**Rate limit**: 10 requests per 60 seconds ([Learn more](https://docs.capacities.io/developer/api#rate-limits))

## Request body

- object
  - `spaceId` string, uuid, required — [Learn more](https://docs.capacities.io/developer/api#content-ids)
  - `url` string, uri, required
  - `titleOverwrite` string — If not specified, the title will be fetched from the URL
  - `descriptionOverwrite` string — If not specified, the description will be fetched from the URL
  - `tags` string[] — Tags to add to the weblink. Tags need to exactly match your tag names in Capacities, otherwise they will be created.
  - `mdText` string — Text formatted as markdown that will be added to the notes section

## Response `200`

200 OK

- object
  - `spaceId` string, uuid, required
  - `id` string, uuid, required
  - `structureId` union, required
    - string, uuid
    - 'RootSpace' | 'User' | 'UserPersonal' | 'RootDatabase' | 'RootQuery' | 'RootPage' | 'RootStructure' | 'RootEntity' | 'RootBlocksTemplate' | 'MediaImage' | 'MediaPDF' | 'MediaAudio' | 'MediaVideo' | 'MediaWebResource' | 'MediaFile' | 'MediaTweet' | 'RootAIChat' | 'RootSimpleTable' | 'RootWhiteboard' | 'RootDailyNote' | 'RootTag' | 'UtilDate' | 'RootTask'
  - `title` string, required
  - `description` string, required
  - `tags` string[], required

---

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