jpg
| jpeg
| png
| webp
.40MB
, for details, refer to the corresponding API endpoints for creating each task.curl --location --request POST 'https://api.sellerpic.ai/v1/api/upload' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: multipart/form-data' \
--form 'file=@""'
{
"msg": "SUCCESS",
"code": 0,
"traceId": "ZHB8oC1p4Ziy",
"data": {
"fileKey": "UPLOAD/1910256820110163968/2025/07/18/6d3ca949065843f5a246d49831477274.jpg"
},
"success": true,
"request_id": "df8d2243a9704f688ee0721951591973"
}