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

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 string[].