Skip to content

Create a Release

This endpoint allows you to create a new release.

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/releases
  • :space_id required number

    Numeric ID of a space

curl "https://mapi.storyblok.com/v1/spaces/606/releases/" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"release\":{\"branches_to_deploy\":[123,456],\"name\":\"Summer Special\",\"release_at\":\"2025-01-01 01:01\"}}"