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
Success Response
The response is of type object.
object
Was this page helpful?