Skip to main content
POST
Upload a file to a project by ID and attachment_scope with optional sensitivity labels

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Path Parameters

id
string
required

ID of the Project

Body

multipart/form-data
file
file
required
attachment_scope
enum<string>
required

Scope of the attachment - Shared file (job_posting) or internal file (internal)

Available options:
job_posting,
internal
sensitivity_labels
string[]

Optional sensitivity labels for the file, pass name/s of existing or new labels split by comma e.g. 'label1,label2'

Response

ok

message
string
Example:

"File uploaded successfully to Project 123"