MXPROCESS

API : Turn one spoken video into professionally translated SRT and WebVTT captions with a localization quality register.

    This API is simple to use. You just have to follow these steps

  • Create a free account
  • Click on the link you receive by email to confirm your address
  • Generate a token with credentials

You can use any language to make this CURL call. (Python, PHP, Java, JavaScript...) Need help ?



If your credentials are correct, our server will provide you with a token as a response :
YOUR_TOKEN is valid for one hour, its duration can be extended using YOUR_REFRESH_TOKEN

  • Use the token to start the process

  • Upload exactly one MP4, MOV, MKV, WebM, AVI or M4V video with an audio track. sourceLanguage may be Auto-detect from video; targetLanguage and audience are bounded text values. The asynchronous response returns an action id and tracking URL. Poll it until accomplished is true, then download each SRT, VTT, CSV, TXT or JSON result using the authenticated download endpoint.



    The API sends you a Json response to confirm that the process is finished.
    In this Json, the most important for you is the block: "actionResults",
    you will find in this block a URL which begins with "https://mxprocessfiles.s3.eu-west-1.amazonaws.com...", it is this URL that allows you to download the result

    This documentation is not clear? (Python, PHP, Java, JavaScript...) Need help ?



    Contact us This API is also available in asynchronous mode : Developer API : VideoLocalizationPack