Transfers
--url 'https://updow.lat/api/transfers/' \
--header 'Authorization: Bearer {api_key}' \
| Parameters | Details | Description |
|---|---|---|
| page | Optional Integer | The page number that you want results from. Defaults to 1. |
| results_per_page | Optional Integer | How many results you want per page. Allowed values are: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Defaults to 25. |
--url 'https://updow.lat/api/transfers/{transfer_id}' \
--header 'Authorization: Bearer {api_key}' \
| Parameters | Details | Description |
|---|---|---|
| uploaded_files | Required Array Integer | Array containing UUID's for all the uploaded files to be attached to this transfer. |
| type | Optional String | Allowed values: link , email |
| email_to | Optional String | Available when: type = email |
| name | Optional String | - |
| description | Optional String | - |
| url | Optional String | - |
| domain_id | Optional Integer | - |
| project_id | Optional Integer | - |
| pixels_ids | Optional Array Integer | - |
| download_notification_handlers_ids | Optional Array Integer | - |
| expiration_datetime | Optional String | Y-m-d H:i:s |
| downloads_limit | Optional Integer | - |
| password | Optional String | - |
| file_encryption_is_enabled | Optional Boolean | - |
| file_preview_is_enabled | Optional Boolean | - |
| gallery_file_preview_is_enabled | Optional Boolean | - |
| is_removed_branding | Optional Boolean | - |
| custom_css | Optional String | - |
| custom_js | Optional String | - |
--url 'https://updow.lat/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' \
| Parameters | Details | Description |
|---|---|---|
| name | Optional String | - |
| description | Optional String | - |
| url | Optional String | - |
| domain_id | Optional Integer | - |
| project_id | Optional Integer | - |
| pixels_ids | Optional Array Integer | - |
| download_notification_handlers_ids | Optional Array Integer | - |
| expiration_datetime | Optional String | Y-m-d H:i:s |
| downloads_limit | Optional Integer | - |
| file_preview_is_enabled | Optional Boolean | - |
| gallery_file_preview_is_enabled | Optional Boolean | - |
| is_removed_branding | Optional Boolean | - |
| custom_css | Optional String | - |
| custom_js | Optional String | - |
--url 'https://updow.lat/api/transfers/{transfer_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'host=transfer.com' \
--url 'https://updow.lat/api/transfers/{transfer_id}' \
--header 'Authorization: Bearer {api_key}' \