Skip to content

Instantly share code, notes, and snippets.

@reedobrien
Last active August 29, 2015 14:26
Show Gist options
  • Save reedobrien/bdc2816b45a244388b78 to your computer and use it in GitHub Desktop.
Save reedobrien/bdc2816b45a244388b78 to your computer and use it in GitHub Desktop.
# Upload asset
curl -X POST -F 'flowTotalChunks=1' -F file=@~/tmp/201405140003HQ.tif localhost:6543/asset/
{"jobId": "453cc053-5efe-420a-be2c-c805a3026814"}% # Use this job id below
curl -X POST -F 'flowTotalChunks=1' -F file=@/home/robrien/tmp/201405140003HQ.tif localhost:6543/metadata-extract > ~/tmp/201405140003HQ.json
# upload metadata.json with above job id
curl -X POST -F 'flowTotalChunks=1' --form filename=metadata.json --form jobId=453cc053-5efe-420a-be2c-c805a3026814 -F file=@/home/robrien/tmp/201405140003HQ.json localhost:6543/metadata/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment