Skip to main content
POST
/
shipments
/
attachments
/
upload
Upload file
curl --request POST \
  --url https://api.quivo.co/shipments/attachments/upload
{
  "fileKey": "<string>",
  "uploadUrl": "<string>",
  "mimeType": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.quivo.co/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

mimeType
string

Mime type of the attachment

Response

Returns the newly created ShipmentAttachmentUpload with assigned identifiers and current state.

Result of uploading a shipment attachment. Contains attachment identifier and file reference.

fileKey
string

File key which should be used for uploading the file and adding the attachment

uploadUrl
string

URL for uploading the attachment

mimeType
string

Mimetype of the attachment