Create Encrypted File

POST https://{{host}}/v3/encrypted_files

Creates an encrypted file on your account.

Encryption details is available here.

Note

You can pass up to 5 files per request. Size of each file MUST NOT be greater than 20MB. Uploaded encrypted files will expire after 24 hours.

Request Body

[{"name"=>"encrypted_files[encryption_fingerprint]", "value"=>"{{encryption_fingerprint}}", "datatype"=>"string"}, {"name"=>"encrypted_files[items][][description]", "value"=>"", "datatype"=>"null"}, {"name"=>"encrypted_files[items][][file]", "value"=>nil, "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring
Api-Keystring

RESPONSES

status: Created

{"ids":["377dc5cf-55b3-45b8-9fed-156600a7f151"]}