cURL
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 \ --form file=@example-file
{ "message": "File uploaded successfully to Project 123" }
ID of the Project
ok
The response is of type object.
object