You can upload files to ninkik by using the /api/upload
endpoint:
curl -i -X POST \
-H "X-Authorization-Access: ${ACCESS_KEY}" \
-H "X-Authorization-Secret: ${SECRET}" \
-H "Content-Type: multipart/form-data" \
-F "artifact=@my-file.zip" \
-F "properties={\"parent\": \"product-1\", \"name\": \"my-filename.tar.gz\", \"release\":{\"version\": \"1.0.0\"}};type=application/json" \
https://ninkik.com/api/upload/