Skip to main content
POST
/
v2
/
workspaces
/
{workspaceId}
/
import
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Workspace id

Query Parameters

prune
string

Deletes files that are not present in the archive

Body

multipart/form-data
archive
file
required

Zip archive binary data

Response

Success Response

  • Option 1
  • Option 2
processing
boolean
message
string
I