APIFile management

Download file from URL

Downloads a file from a remote URL to the server

Downloads a file from a remote URL to the server

POST
/api/client/servers/{server}/files/pull

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server UUID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/client/servers/string/files/pull" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
Empty
Empty
Empty