6.1.5.1 Chunked Uploading
Request
The body should carry the binary data of the file, all of it for a single upload, and chunks of it for chunked uploads.
Example:file://C:\Users\Admin\Desktop\workspace\Models\aipcam_models\Model_Person2_V066_P_569152261419dbe148ebda1924da0514_20240923.bovai.2.0.1
Request Code Samples
curl --location --request POST 'http://192.168.0.168/api/intelligent/model/upload?offset=0&name=Model_Helmet2_V213_P_c69cbfa9d7de4234f76d6f3811986e3a.bovai&file=Model_Helmet2_V213_P_c69cbfa9d7de4234f76d6f3811986e3a.bovai' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: text/plain' \
--data-raw 'file://C:\Users\Admin\Desktop\workspace\Models\aipcam_models\Model_Person2_V066_P_569152261419dbe148ebda1924da0514_20240923.bovai.2.0.1'
Modified at 2024-12-27 08:55:30