cURL
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>" } ] }
Upload an image.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
The bearer token to authenticate with
Successful Response
Was this page helpful?