Create Bookmark

Create a new bookmark using the SaveIt.now API

Create a new bookmark in your SaveIt.now account.

Request Parameters

Parameter Type Required Description
url string Yes The URL to bookmark
transcript string No Optional transcript content for the bookmark
metadata object No Optional metadata object for additional information

Error Responses

400 Bad Request - Invalid URL format or validation error

401 Unauthorized - Invalid or missing API key

409 Conflict - Bookmark already exists

Notes

  • The page title, description, and other metadata will be automatically extracted from the URL
  • Screenshots are generated asynchronously after bookmark creation
  • Duplicate URLs are not allowed - use the update endpoint to modify existing bookmarks
  • The API will validate the URL format and accessibility before creating the bookmark