Skip to content

Instantly share code, notes, and snippets.

@eugenepyvovarov
Last active November 11, 2015 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eugenepyvovarov/e5537e56cd76ccc0da1f to your computer and use it in GitHub Desktop.
Save eugenepyvovarov/e5537e56cd76ccc0da1f to your computer and use it in GitHub Desktop.
SPHERO create media with external media file as source for media
curl https://wl.dev.cwist.com/api/v1/login/ -d "email=cvrt@mailinator.com&password=cvrt" -k
# response {"token":"8ae254cca97772f4269ac5af93ad55b67284de41"}
curl -X POST -H "Content-Type:multipart/form-data" -H "Authorization: Token 8ae254cca97772f4269ac5af93ad55b67284de41" -F "ext_media_url=http://zacronym.com/wp-content/uploads/2014/04/Mickey-Mouse51.jpg" -F "description=Test desciprtion for media" -F "title=Mickey Mouse" https://wl.dev.cwist.com/api/v1/remixes/ -k
# result
{"id":1984,"preview_url":"https://wl-media-dev.s3.amazonaws.com/cwist/gallery/bb/43/838f60d0bb4349dea1f68197b4328b3b_250_250.jpg","big_preview_url":"https://wl-media-dev.s3.amazonaws.com/cwist/gallery/bb/43/838f60d0bb4349dea1f68197b4328b3b_500_500.jpg","media_is_video":false,"media_is_image":true,"is_program":false,"kid_or_parent":"Cvrt the #1","rel_cwist":null,"rel_cwist_name":null,"rel_cwist_id":null,"rating_dict":{},"rating":"0","url":"https://wl.dev.cwist.com/api/v1/remixes/1984/","status":"private","robots":[],"parent_image_url":"https://wl.dev.cwist.com/media/avatars/4/33f237f14c2829d2ab69a34b7dbd32c6_1.jpg","title":"Mickey Mouse","description":"Test desciprtion for media","translations":null,"active":true,"created_date":"2015-11-11T13:33:23.621833Z","modified_date":"2015-11-11T13:33:23.621890Z","type":1,"media":"https://wl-media-dev.s3.amazonaws.com/cwist/gallery/bb/43/838f60d0bb4349dea1f68197b4328b3b.jpg","program":null,"media_content_type":"image/jpeg","cwist_approved":false,"parent_approved":false,"cwist_rejected":false,"parent_rejected":false,"featured":false,"public":false,"youtube_id":null,"by_partner":false,"rank":null,"kid":null,"parent":3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment