Skip to main content
POST
Import skills from uploaded files

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

Unique string identifier for the workspace

Body

multipart/form-data
files
file[]
required

Skill files or ZIP archives to import.

names
string[]

Optional skill names to import from the uploaded files.

onConflict
enum<string>

Conflict handling strategy. Defaults to error.

Available options:
error,
skip,
override
editors
string<email>[]

Optional editor email addresses to add to imported or updated skills. Editors must be active workspace builders. Existing skills keep their current editors.

Response

Skills import result.

imported
object[]
updated
object[]
skipped
object[]