POST
/
api
/
v0
/
products
/
{id}
/
images
Upload images for a product
curl --request POST \
  --url https://api.devdraft.ai/api/v0/products/{id}/images \
  --header 'x-client-secret: <api-key>'

Authorizations

x-client-secret
string
header
required

Your secret API key. Keep this secure and never expose it in client-side code.

Path Parameters

id
string
required

Product ID

Response

201

The images have been successfully uploaded.