Skip to main content
POST
Upload temporary attachments

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Query Parameters

type
enum<string>
required

One of the platform's predefined attachment types. Allowed values: UNASSIGNED, CV.

Available options:
UNASSIGNED,
CV
Example:

"CV"

Body

multipart/form-data

One or more files to upload. Accepted formats: PDF (.pdf), Word (.doc, .docx), Images (.jpeg, .png, .gif, .bmp, .webp, .tiff, .svg, .ico), Excel (.xlsx), CSV (.csv). Max 10 files, 50MB per file.

files
file[]

Array of files to upload. Supported MIME types: application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/msword, image/jpeg, image/png, image/gif, image/bmp, image/webp, image/tiff, image/svg+xml, image/x-icon, image/vnd.microsoft.icon, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv

Response

Attachments uploaded successfully. Returns an array of attachment details including IDs to use for assignment.

attachmentId
string
required
attachmentName
string | null
required
type
enum<string> | null
required
Available options:
UNASSIGNED,
CV
customType
object | null
required
createdAt
required
Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
extension
string | null
required
size
number | null
required