Files
Move File
Move File
POST
/v2/tasks/{task_id}/files/movePath Parameters
task_idstring · uuidrequiredRequest Body
sourcestringrequireddestinationstringrequiredRequest
curl --request POST \
--url https://api.brainbaselabs.com/v2/tasks/{task_id}/files/move \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"source": "string",
"destination": "string"
}'Response
json{
"property1": true,
"property2": true
}