Skip to main content

Upload a file

POST 

/api/artifacts/v1/files/

Uploads a file. If a file with the same name exists in the specified folder, a new version of the existing file is created.

To create the artifact in a specific folder, provide the folder field with the destination folder ID or an anchored path (e.g., '<folderID>/path/to/subfolder'). If an anchored path is provided, the destination folder will be upserted if it does not already exist. Creating in a specific folder requires write permission on that folder.

Request

Responses