🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Upload images for a product
POST /api/products/{product_id}/images
product_id
images
{ "product_id": "prod_123456789", "images": [ { "id": "img_123456789", "url": "https://cdn.devdraft.ai/products/img_123456789.jpg", "filename": "product-image.jpg" } ] }