Page History
This API call copies a list of files to a target folder.
This action is a a background action.
Resource URL
/api/1.0.1/file/copy
Resource Information
Response formats | JSON |
Requires authentication? | Yes |
Rate limited? | Yes |
Requests / 15-min window (user auth) | 15 |
HTTP Method | POST |
Parameters
Name | Type | Default Value | Validation | Description |
ids required | uuid[] | - | uuid4[] | array of file IDs to copy |
target required | uuid | - | uuid4 | target folder ID |
Example Request URL
Example Result
Code Block | ||
---|---|---|
| ||
{"job_id": <uuid>} |