Skip to main content
POST
/
api
/
v3
/
sdk
/
{short_id}
/
upload
Upload custom files to verification
curl --request POST \
  --url https://api.dataspike.io/api/v3/sdk/{short_id}/upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'ds-api-token: <api-key>'
{
  "message": "<string>"
}

Authorizations

ds-api-token
string
header
required

Path Parameters

short_id
string
required

Existing Verification Short Id

Example:

"VDBA1B2EA6A28A7D2"

Body

multipart/form-data · object

name of field should match with the label of custom field for file

Response

successfully uploaded

Response with message

message
string
required