POST
/
jobs
/
{id}
/
file_upload
curl --request POST \
  --url https://api.zivio.net/api/v3/jobs/{id}/file_upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>' \
  --form 'sensitivity_labels=[
  "<string>"
]' \
  --form attachment_scope=job_posting
{
  "message": "File uploaded successfully to Project 123"
}

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

Response

200
*/*

ok

The response is of type object.