Skip to main content
POST
/
v1
/
partner
/
products
/
upload-url
Get signed URL for image upload
curl --request POST \
  --url http://localhost:3000/v1/partner/products/upload-url \
  --header 'Content-Type: application/json' \
  --data '
{
  "content_type": "image/jpeg",
  "filename_prefix": "<string>"
}
'
{
  "signed_url": "<string>",
  "token": "<string>",
  "path": "<string>",
  "public_url": "<string>",
  "expires_in": 123
}

Body

application/json
content_type
enum<string>
required
Available options:
image/jpeg,
image/png,
image/webp,
image/gif
filename_prefix
string

Response

Signed upload URL

signed_url
string<uri>
required
token
string
required
path
string
required
public_url
string<uri>
required
expires_in
number
required