Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Last active October 12, 2015 09:08
Show Gist options
  • Save EricWarnke/4004265 to your computer and use it in GitHub Desktop.
Save EricWarnke/4004265 to your computer and use it in GitHub Desktop.
http://mover.io/docs#items - Upload an Item
curl https://api.mover.io/connectors/lOVdV48pmWA7GDmmjkth/collections/DKLsd898sdKj/items \
-X POST \
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd" \
-F item=@"my_pic.jpg"
{
"id": "8hCxfCv39p7uBUWaLsJx"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment