Skip to content

Duplicate a Space

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

Duplicate a space and all its content entries and components; Assets will not be duplicated and still will reference the original space.

  • dup_id required number

    The numeric id of the original space.

  • space required The Space Object
curl "https://mapi.storyblok.com/v1/spaces/" \
-X POST \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{\"dup_id\":12422,\"space\":{\"name\":\"Example Space\"}}"