Cloud storage API
List approved integrations, browse provider content, and import selected paths into a Project.
curl --fail-with-body --silent --show-error \
"$UNITLAB_API_URL/api/sdk/cloud-storages/STORAGE_ID/browse/?prefix=incoming%2F&page_size=500&project=PROJECT_ID" \
-H "Authorization: Api-Key $UNITLAB_API_KEY"curl --fail-with-body --silent --show-error \
-X POST "$UNITLAB_API_URL/api/sdk/projects/PROJECT_ID/cloud-storages/STORAGE_ID/import/" \
-H "Authorization: Api-Key $UNITLAB_API_KEY" \
-H "Content-Type: application/json" \
--data '{"server_files":["incoming/study-001/"],"fps":2.0}'