- URL:
 - https://<notebookserveradmin>/notebooks/createNotebookPreview
 - Methods:
 POST- Version Introduced:
 - 11.2
 
Description
The create  operation allows administrators and notebook authors to create previews for notebooks and notebook snapshots.
Request parameters
| Parameter | Details | 
|---|---|
  | The notebook item for which the preview will be generated. If   | 
 (Optional)  | The notebook snapshot resource key.  | 
 (Optional)  | The response format. The default response format is  Values:   | 
Response properties
| Property | Details | 
|---|---|
  | Indicates whether the operation succeeded in creating the notebook preview. Values:   | 
Example usage
HTTP POST
https://notebookserver.domain.com:11443/arcgis/admin/notebooks/createNotebookPreview
itemId=70770e46d4be426dbd3adbec5f9124c8&snapshotResourceKey=snapshot-f1d7700ffdc34a879a6f7f030916bc73.jsonJSON Response syntax
{"status":"success"}JSON Response example
{"status":"success"}