Replace thumbnail on an item

Replaces the custom thumbnail image for a library content item identified by libraryContentId within the specified teamsite. The new thumbnail must be sent as a base64-encoded string in the request body. Supported image formats are jpg, png, and tif. On success the endpoint returns the new thumbnail identifier as a plain-text UUID string. Use this endpoint when an integration needs to programmatically update the preview image shown for a content item in the Seismic Library.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^(?:1|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Identifier of the teamsite context for the request. Depending on API behavior, it may be a GUID-formatted value or a documented special value such as 1.

uuid
required
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Identifier of the library content item targeted by the operation. Must be a valid UUID referencing an existing library content item whose thumbnail will be replaced.

Body Params

The thumbnail image encoded as a base64 string. The image must be in one of the supported formats: JPEG, PNG, or TIFF. Send the raw base64-encoded string as the request body.

Base64-encoded image data for the new thumbnail. The decoded image must be a valid JPEG, PNG, or TIFF file.

Headers
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:
text/plain
application/json