Presigned File Uploads for Candidate Endpoints

  • Added file.createFileUploadHandle endpoint to create a presigned upload URL for uploading files directly to storage. This improves upload reliability and reduces latency for large files.
  • Updated candidate.uploadResume to accept a resumeHandle via application/json as an alternative to the existing multipart/form-data upload. The multipart upload mode is now deprecated.
  • Updated candidate.uploadFile to accept a fileHandle via application/json as an alternative to the existing multipart/form-data upload. The multipart upload mode is now deprecated.