پرش به مطلب اصلی

ویرایش فایل

مولفه ها

  • کلید های دسترسی (اجباری)
  • آیدی فایل (اجباری)
  • عنوان (اجباری)
  • توضیحات (اختیاری)
  • کاور ویدیو (اختیاری)
KeyTypeRequiredInExample
fileIdstringtruebody-
titlestringtruebodyExample 2
filebinaryfalsebodybinary
descriptionstringfalsebodyThis is a sample description
curl -X 'POST' \
'https://api.vidprotect.ir/v1/storage/bucket/file/:_id' \
-H 'accept: application/json' \
-H 'api_key: your_api_key' \
-H 'secret_key: your_secret_key' \
-H 'Content-Type: multipart/form-data' \
-F 'title=Example 2' \
-F 'file=@path/to/file;type=image/png'