v1

latestOpenAPI 3.1.02026-07-13509.8 KB
Content

Save a weblink to a space

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)

post/save-weblink

Request body

spaceIdstring uuid required
urlstring uri required
titleOverwritestring

If not specified, the title will be fetched from the URL

descriptionOverwritestring

If not specified, the description will be fetched from the URL

tagsstring[]

Tags to add to the weblink. Tags need to exactly match your tag names in Capacities, otherwise they will be created.

mdTextstring

Text formatted as markdown that will be added to the notes section

Example request

{
  "titleOverwrite": "My custom title",
  "tags": [
    "todo",
    "important"
  ],
  "mdText": "This is a **note** for the weblink"
}

Response

200 OK

spaceIdstring uuid required
idstring uuid required
titlestring required
descriptionstring required
tagsstring[] required