Upload at least one file to a public bucket or storage. The file upload is handled by the file service installed on the Medusa backend.
Request
Body Params multipart/form-data
Request samples
curl --location --request POST '/admin/uploads'
Responses
application/json {
"uploads": [
{
"url": "http://example.com",
"key": "string"
}
]
}
Modified at 2024-05-23 07:10:14