cURL
curl --request POST \ --url https://api.presenton.ai/api/v3/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>" }
Bearer JWT or API Key
Successful Response
Was this page helpful?