In some cases, supporting documents must be provided for a candidate or a screening to be completed and made available to requesters. The payload of the POST request should be the binary file contents, represented as a stream or array of bytes. Avoid encoding the payload as text, as this will result in blank, unreadable PDF files.

Care should be taken with binary file contents, as some languages may change encoding internally. Check your library's documentation for handling binary data.

🚧

File Requirements

The maximum file size is 10MB. Files larger than 10MB will result in a 413 error response.
Files must be in .pdf format