Skip to main content

POST /

Create a new bookmark.

Expects a JSON body with ``url`` (required) and ``title`` (required).

Create a new bookmark. Expects a JSON body with url (required) and title (required).

Endpoint

POST /

Request Body

FieldTypeDescription
urlstringThe destination URL for the bookmark.
titlestringThe display title for the bookmark.

Response

StatusDescription
201The bookmark was successfully created. Returns object.
400The request body was invalid or missing required fields. Returns object.