Get bookmarks

This page describes how to get bookmarks from a conversation.

For more information about this feature, see Bookmarks.


Bookmarks - Async API

This section describes how to get one bookmark or all of your bookmarks using the Async API. This request requires a conversation ID. You receive a conversation ID when you process a conversation with the Symbl.ai APIs.

Authentication

These requests require an access token, as described in Authenticate.

Get a bookmark

To get a bookmark in a conversation, use the following operation:

GET https://api.symbl.ai/v1/conversations/{conversationId}/bookmarks/{bookmarkId}

To make this request from the API reference, see Get bookmark.

Get multiple bookmarks

To get multiple bookmarks at one time in a conversation, use the following operation:

GET https://api.symbl.ai/v1/conversations/{conversationId}/bookmarks

To make this request from the API reference, see Get bookmarks.