- API
- Copy folder
GET
https://send.now/api/folder/copy?key=1ltghrilhllgrx2b2&fld_id1=58&fld_id2=59
| Parameters |
Description |
Example |
Format |
Required |
| key |
API-Key |
1ltghrilhllgrx2b2 |
String |
yes |
| fld_id1 |
Folder ID to copy |
58 |
Number |
yes |
| fld_id2 |
ID of the destination folder |
59 |
Number |
yes |
cURL example
curl --include \
'https://send.now/api/folder/copy?key=1ltghrilhllgrx2b2&fld_id1=58&fld_id2=59'
Response
{
"server_time": "2024-08-26 13:28:37",
"status": 200,
"msg": "OK",
"result": "true"
}
Status code
| 200 |
Everything is OK. Request succeeded |
| 400 |
Bad request (e.g. wrong parameters) |
| 403 |
Permission denied |
| 404 |
File not found |
| 451 |
Unavailable
|