Bash & cURL
Upload files to Emberly from shell scripts and automation pipelines.
Use cURL and standard POSIX shell tools to integrate Emberly into any Linux, macOS, or Unix-based automation pipeline.
Basic Upload
Setup:
Using jq (Recommended)
If jq is installed, parsing is simpler and more reliable:
Install jq: sudo apt install jq / brew install jq