Flix Cloud News & Blog

Archive for July 2009


Two New API Elements

July 15th, 2009

We’ve added two handy elements to the API.

  • pass-through allows your application to pass a string value through Flix Cloud and have it appear in the notification after the job is completed. This field can be used for anything you like, even an identifying string for authentication. This field is optional.
  • notification-url enables a restful PUT back to your application based on the ID of your own record. For example, if you have a new UserUpload and a user_uploads resource, you can have the notifier PUT to http://mysite.com/user_uploads/2 or whatever the id of the new record happens to be. This field is optional. It will override the notification URL that is set in your Dashboard.

Posted July 15th, 2009 under API, Features

Back to top