Skip to main content
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'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

Authorization
string
required

The bearer token to authenticate with

Body

multipart/form-data
file
file
required

Response

Successful Response