Skip to main content
POST
/
articles
/
{sellerId}
/
{articleId}
/
images
/
upload
Upload image
curl --request POST \
  --url https://api.quivo.co/articles/{sellerId}/{articleId}/images/upload
{
  "id": "<string>",
  "uploadUrl": "<string>"
}

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

articleId
integer<int64>
required

The unique identifier for an article (product/SKU) in the system.

Query Parameters

mimeType
string

The MIME type of the file being uploaded (e.g., "image/jpeg", "image/png").

Response

Returns the uploaded image information with assigned identifier, image metadata, and access URLs for the uploaded file.

Result of an article image upload operation. Contains upload status, image identifiers, and access URLs for the uploaded image.

id
string

The unique identifier for the id

uploadUrl
string

URL or web address