Install our app 🪄 Click on the icon in the top right of the address bar.

转账

POST https://birbshare.com/transfer/create_api
参数 Details Description
uploaded_files 需要的 数组 整数 包含所有已上传文件的UUID的数组,将其附加到此传输。
type 需要的 字符串 允许的值:link , email
email_to 可选的 字符串 Available when: type = email
name 需要的 字符串 -
description 可选的 字符串 -
url 可选的 字符串 -
domain_id 可选的 整数 -
project_id 可选的 整数 -
pixels_ids 可选的 数组 整数 -
download_notification_handlers_ids 可选的 数组 整数 -
expiration_datetime 可选的 字符串 Y-m-d H:i:s
downloads_limit 可选的 整数 -
password 可选的 字符串 -
file_encryption_is_enabled 可选的 布尔值 -
is_removed_branding 可选的 布尔值 -
custom_css 可选的 字符串 -
custom_js 可选的 字符串 -
curl --request POST \
--url 'https://birbshare.com/transfer/create_api' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'uploaded_files[]=de09be56-639f-4213-863b-5ea1aa065970' \
--form 'name=Example name' \
--form 'description=Example description' \
{ "data": { "id": 1, "download_url": https://birbshare.com/transfer-redirect/1, "view_url": https://birbshare.com/transfer/1, } }