API Reference
Interactive API reference
cURL
curl --request POST \ --url https://api.devdraft.ai/api/v0/products/{id}/images \ --header 'x-client-secret: <api-key>'
Adds new images to an existing product.
This endpoint allows you to upload additional images for a product that already exists.
images: [file1.jpg, file2.jpg] // Up to 10 images
Your secret API key. Keep this secure and never expose it in client-side code.
Product ID
The images have been successfully uploaded.
Was this page helpful?
Contact support