Thingiverse Simple Upload API Form


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <form method="POST" action="http://www.thingiverse.com/api/upload">
  2. <input type="hidden" name="url" value="{{base64_encoded_url}}">
  3. <input type="hidden" name="service" value="My Service Name">
  4. <input type="hidden" name="service_url" value="{{base64_encoded_service_url}}">
  5. Name: <input type="text" name="name" value="My Awesome Design"><br>
  6. Description: <input type="text" name="description" value="My Description"><br>
  7. <input type="submit" value="Upload to Thingiverse">
  8. </form>

URL: http://www.thingiverse.com/api

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.