Skip to main content
POST
/
api
/
v1
/
quoter
/
devices
/
{id}
/
upload
Upload image or datasheet for device
curl --request POST \
  --url https://api.raul.ugps.io/api/v1/quoter/devices/{id}/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form fileType=image

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
number
required

Body

multipart/form-data
file
file
fileType
enum<string>
Available options:
image,
datasheet

Response

200

File uploaded successfully