v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
saved objects

Create saved objects

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/saved_objects/_bulk_create</span></div>

Refer to Spaces for more information.

WARNING: This API is deprecated. This is a legacy Saved Objects API and may be removed in a future version of Kibana.

Creates multiple Kibana saved objects in a single request.

For transferring or backing up saved objects, prefer the import and export APIs (POST /api/saved_objects/_import and POST /api/saved_objects/_export).

post/api/saved_objects/_bulk_create

Query parameters

overwriteboolean

Overwrite existing saved objects that match the same type and ID.

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

attributesobject required
coreMigrationVersionstring
idstring
initialNamespacesstring[]
migrationVersionobject
typestring required
typeMigrationVersionstring
versionstring

Response

A bulk create response.