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": "<string>" }'
{ "url": "<string>", "path": "<string>" }
Initialize large upload, you need to initialize a large upload if your file is larger than 90 MB.
Body
The body is of type object.
object
200
The response is of type object.
Was this page helpful?