MoovEngine API v2

You are looking at the v2 docs, find the v1 docs here

Overview

MoovEngine, MoovAtom's API, is extremely easy to use and consists of POST requests to our servers which will return a JSON or XML response with the request details. Each request is sent via https and includes the API key, User ID, job type, and details required to fulfill that job request. If you are sending request for status of a running job or details from a previous job, you'll get an immediate return with the information on that job. If you are sending an encoding request, you'll get back a response immediately that the job was started or aborted, then through a callback URL passed to MoovAtom, you'll get all the details back when a long running encoding job complete. You can also send a cancel request which will stop your job.

Requirements

  • MoovAtom account (includes API Key)
  • Basic programming and knowledge of JSON or XML
  • A love for making cool stuff!

Notes

  • All job requests must be sent via https POST and accompanied by your user ID and API Key.
  • All requests are at the base url 'https://www.moovatom.com/api/v2'
  • You can find your API key under My Account in the Account Info tab.

API v2 Reference (beta)

Contact Us

Tech Support
Feedback