Skip to main content
Version: v1.0

Code

Here are some common response code that developers may encounter when using the MAVI-API.

Response code

codeDescriptionsolution
0000successThe API completes successfully
0001parameter is incorrectCheck the correctness of the parameters.
0429Request is too busyThe system is too busy. Please check if the API call limit has been exceeded or if the system is currently under high load.
0409Duplicate requests are not allowed.Some API does not allow duplicate operations such as deleteing a video
0403Developer account has been disabled, please contact us to find out the reasonContact us to find out the reason.
0401Authorization is invalid or incorrect. Please check the correctness of the Authorization.Try to re-acquire the token or re-authenticate.

VideoStatus enum

The VideoStatus enum has three states: PARSE, UNPARSE and PARSE_ERROR, representing success, pending, and failure, respectively. Failure to upload a video is very unlikely. If unfortunately, an PARSE_ERROR occurs, please examine the video encoding format with our provided failure information in the API response. If the issue cannot be resolved, please contact us. We will always be there to improve our platform's developing experience.