cURL
curl --request POST \ --url https://api.bundle.social/api/v1/upload/init \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "teamId": "<string>", "fileName": "<string>", "mimeType": "image/jpg" }'
{ "url": "<string>", "path": "<string>" }
Initialize large upload, you need to initialize a large upload if your file is larger than 90 MB.
Body
image/jpg
image/jpeg
image/png
video/mp4
200
Was this page helpful?