cURL
curl --request POST \ --url https://api.eda.prisme.ai/v2/workspaces/import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form archive=@example-file
{ "processing": true, "message": "<string>" }
Import a workspace archive into a new workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success Response
The response is of type object.
object
Was this page helpful?