Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MethodExplanation
PushThe image is directly uploaded from the application to the MILK API via an HTTP POST. For example, useful if the application is a native application and has the image locally.
PullA URL is sent to the MILK API. The image is downloaded from the URL by MILK and put into the library that way. For example, useful if the image is already hosted by a web application.

Both methods of placing images into the library include a shortcut, which allow an anonymous user to be created automatically.

Authentication MethodResult
Internal TokenLibrary item is created for the corresponding User.
External User TokenLibrary item is created for the corresponding external user.
API KeyAn Anonymous User is created and the library item is associated with it.
External Application TokenAn Anonymous User  is created and the library item is associated with it.