cURL
curl --request POST \ --url https://api.presenton.ai/api/v3/files/upload \ --header 'Authorization: <authorization>' \ --header 'Content-Type: multipart/form-data' \ --form 'files=<string>' \ --form files.0.items='@example-file'
[ "<string>" ]
Bearer JWT or API Key
Successful Response
Was this page helpful?