Skip to main content
POST
/
v1
/
user
/
store
/
{storeId}
/
collections
/
{collectionId}
/
image
/
upload
Upload Collection Image
curl --request POST \
  --url https://storekit.samarthh.me/v1/user/store/{storeId}/collections/{collectionId}/image/upload \
  --header 'Content-Type: multipart/form-data' \
  --form image='@example-file'

Path Parameters

storeId
string
required
collectionId
string
required

Body

multipart/form-data
image
file

Collection image file

Response

200 - application/json

Successful response