MoovEngine API v1
You are looking at the v1 docs, find the v2 docs hereOverview
MoovEngine, MoovAtom's API, is extremely easy to use and consists of posting XML to our servers which will return an 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 XML knowledge
- 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 made to 'https://www.moovatom.com/api/api_request' and must include the request type in the XML
- You can find your API key under My Account in the Account Info tab.
