Skip to main content
POST
Upload job document

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Job UUID

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: job_description, offer_letter, contract, legal_document, other. Teams may add custom values.

Required string length: 1 - 100
title
string

Document title. Defaults to the original filename if omitted.

Response

Document uploaded

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