Skip to content

Bulk Moving of Assets

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/assets/bulk_update

This endpoint allows moving multiple assets using their IDs to a specific folder.

  • ids number[]

    Array of numeric IDs

  • asset_folder_id number

    Id of the folder containing this asset

curl "https://mapi.storyblok.com/v1/spaces/123123/assets/bulk_update" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"asset_folder_id\":299783,\"ids\":[15904978,15878980]}"