Skip to main content
POST

Authorizations

Authorization
string
header
required

Company-scoped API key. Production keys are prefixed sk_live_, sandbox keys sk_test_, each followed by 22 base62 characters (pattern ^sk_(live|test)_[0-9A-Za-z]{22}$). Generate keys in the TapTalent dashboard under Account Settings → Developers → API Key Management; a key is shown once at generation and old keys are invalidated immediately on regeneration.

Body

application/json

Request body for the bulk resume upload endpoint.

resumeURLs
string<uri>[]
required

Array of publicly accessible URLs pointing to resume files (PDF, DOC, DOCX). Maximum 5,000 resumes per request. Each URL must be a non-empty string (whitespace-only strings are invalid).

Required array length: 1 - 5000 elements
Minimum string length: 1

Response

Batch accepted for processing.

Success envelope for the bulk resume upload endpoint.

success
boolean
required

Indicates if the request was successful.

Example:

true

data
object
required