Create a snapshot

put /text/Keywords/Optimization/Snapshots
This API endpoint creates a new snapshot for a specified pipeline.

Requirements

Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Content-Type: application/json
Parameter Name Type Description
storeId string, required Store ID identifying the snapshot's context. Default value: default.
type string, optional Specifies the type of snapshot, which can be either Product or Category.
recordId string, optional The Object ID associated with the snapshot.
languageCode string, optional

The language in ISO 639-1 code with optional culture/country identifier (e.g. "en", "en-US"). Default is en.

Request body

Response

200
400
404
500
//The snapshot was successfully created or updated.
//The request failed due to invalid input or missing required parameters.
//The specified resource was not found.
//The server encountered an error when processing the request.