Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/dashboard/products/{product_id}/images/upload-url \ --header 'Content-Type: application/json' \ --data ' { "filename": "<string>", "content_type": "<string>" } '
{ "path": "<string>", "token": "<string>", "public_url": "<string>" }
Mint a signed upload URL for a product image. The browser uploads bytes directly.
Successful Response