Skip to main content
POST
Upload person document

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

Person ID

Body

file
file
required

The file to upload. Allowed types: PDF, DOC, DOCX, PNG, JPG, JPEG. Max size: 25 MB.

type
string
required

Team document type key. Seeded values include resume_doc, resume_link, cover_letter, reference, additional_links, transcript, work_sample, offer_letter, assessment, and other. Teams may add custom values.

Required string length: 1 - 100
title
string

Document title. Defaults to the original filename if omitted.

Whether to show this document in candidate share links. Defaults to false.

Response

Document uploaded

success
enum<boolean>
required
Available options:
true
data
object
required