POST
/
api
/
v1
/
ppt
/
images
/
upload
Upload Image
curl --request POST \
  --url https://api.presenton.ai/api/v1/ppt/images/upload \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: multipart/form-data' \
  --form file=@example-file
"<any>"

Headers

Authorization
string
required

The bearer token to authenticate with

Body

multipart/form-data

Response

200
application/json

Successful Response

The response is of type any.