Copy data from one space to a new space

Hi, I’m trying to copy one Structured data model from one space to a new space.
I already created the new model in the new space, and selecting the current one I tried to apply copy-in options to a new space, but without success.
Do I need to use graph ql or write API to copy to the new space?

Any help I will be grateful.
thanks in advance
Carlos Vieira

Hello @Shintaro,

If you’re interested in copying all entries from specific data models to a new space, there are a couple of approaches you can take. You can either use the “Copy to Another Space” feature directly from the editor by visiting individual content items, or you can utilize the Content API to download the content as JSON and then use the Write API to upload the JSON to the new space with any necessary updates.