Create an url

Create a new URL content item in the user's workspace. The URL becomes immediately accessible to the creating user and inherits permissions from the specified parent folder. Use this operation to save a web link as a shareable workspace item. Example: POST body {"name": "Q4 Report", "parentFolderId": "root", "url": {"url": "https://example.com/report"}} adds a URL to the root workspace folder.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
Defaults to false

When true, the URL opens in a new browser window; when false it opens in the current window.

Body Params
string

Display name for the new URL item as it will appear in the workspace.

string

UUID of the parent folder where the URL item will be created. Use "root" to create it at the user's root level.

url
object

Object wrapping the actual web address the URL item should point to.

string

Optional human-readable description shown alongside the URL item in the workspace UI.

string

Optional base64 data URI for a custom thumbnail image; if omitted, a default icon is used.

string
enum

Controls how the URL item is rendered when opened in a Seismic application.

Allowed:
Headers
string

MIME type of the request body; must be 'application/json' for this endpoint.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json