Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

API Key (format: vsp_sk_...)

Headers

X-Content-Hash
string

SHA-256 content hash from a prior /imports/inspect call. When present and exactly one file is uploaded, the server re-verifies this hash against the uploaded content and returns 409 IMPORT_STALE_PREVIEW on mismatch. Ignored (with a DEBUG log) for multi-file batch uploads, since the header cannot unambiguously bind to one of several files.

Body

multipart/form-data
files
file[]
required

Measurement files to upload (TDM, SP3, OEM formats)

Response

Files accepted for processing

Response from a batch file upload operation

failureCount
integer<int32>

The number of files that failed to process

Example:

2

results
object[]

Individual results for each file in the batch

successCount
integer<int32>

The number of successfully processed files

Example:

5

totalCount
integer<int32>

The total number of files processed

Example:

7