cURL
curl --request POST \ --url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form archive='@example-file'
{ "processing": true, "message": "<string>" }
Import a workspace archive
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace id
Deletes files that are not present in the archive
Zip archive binary data
Success Response
Was this page helpful?