POST
/
files
curl --request POST \
  --url https://cloud.local.wirtual.dev/api/v2/files \
  --header 'Content-Type: <content-type>' \
  --header 'Wirtual-Session-Token: <api-key>' \
  --data '{}'
{
  "hash": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Wirtual-Session-Token
string
header
required

Headers

Content-Type
string
default:application/x-tar
required

Content-Type must be application/x-tar or application/zip

Body

application/x-tar
file
file
required

File to be uploaded. If using tar format, file must conform to ustar (pax may cause problems).

Response

201 - application/json
Created
hash
string