Skip to main content
Version: v1.2

Code

Here are some common response codes that developers may encounter when using the memories.ai API.

Response Codes

CodeDescriptionSolution
0000SuccessThe API completed successfully.
0001 / 0003One or more parameters are incorrectCheck that all parameters are correct and meet the API requirements.
0429Request is too busyThe system is under heavy load. Check if the API call limit has been exceeded or try again later.
0409Duplicate requests are not allowedSome APIs do not allow duplicate operations (e.g., deleting a video multiple times).
0403Developer account has been disabled.Contact us to learn more and resolve the issue.
0401Authorization is invalid or incorrect.Try re-authenticating or re-acquiring the token.
0402You don’t have enough points.Try depositing more credits or contacting sales.
9009Permission denied.Check your API key validness.

VideoStatus Enum

The VideoStatus enum has three possible values:

  • PARSE: The video was successfully parsed.
  • UNPARSE: The video is still being processed or pending parsing.
  • PARSE_ERROR: Parsing failed due to video encoding or content issues.

Failure to upload or parse a video is very rare.
If a PARSE_ERROR occurs, please check the video encoding format using the failure details provided in the API response.
If the issue persists, don't hesitate to contact us. We're here to support you and continuously improve your developer experience.