Skip to content

Create an Asset Folder

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

This endpoint allows you to create a new asset folder.

  • :space_id required number

    Numeric ID of a space

Example Request

curl "https://mapi.storyblok.com/v1/spaces/606/asset_folders/" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"asset_folder\":{\"name\":\"Header Images\",\"parent_id\":123123}}"