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'
{ "user": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "path": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "is_uploaded": false, "extras": {}, "url": "<string>" }
Upload an image.
Create an API Key from your account to access this endpoint. Authorization: Bearer sk-presenton-xxxxxxxx
Bearer JWT or API Key
Successful Response
Was this page helpful?