cURL
curl --request POST \ --url https://production.getgaana.com/api/upload-media/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'file=<string>'
{ "data": { "message": "<string>", "url": "<string>" }, "message": "<string>", "status": "<string>" }
Uploads a media file (like a product image) to be used as a reference for generating visuals.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes