Create bookmark
create_bookmarkSave a bookmark in an audiobook at a given time in seconds. Provide the library item ID, position, and title to mark your spot; duplicate positions are not allowed.
Instructions
Creates a bookmark at a position of a book for the API key’s user. The position in seconds is the bookmark’s identity — a second bookmark at the same second is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | Position in seconds where the bookmark is placed | |
| title | Yes | Bookmark title | |
| library_item_id | Yes | Library item id, as returned by list_library_items or search_library |