401 Unauthorized | API key is missing, invalid, or expired | Verify your API key in the Authorization header. Regenerate a new key from the Console if needed. |
402 Insufficient balance | Your account balance is depleted | Top up your account balance in the Console. |
400 Asset not found | The asset_id does not exist or has been deleted | Verify the asset_id is correct. Re-upload the file if it was deleted. |
415 Unsupported media type | The uploaded file format is not supported | Check the supported file formats in the Upload documentation. |
429 Rate limit exceeded | Too many requests in a short time | Implement retry logic with exponential backoff. See Rate Limit for details. |
500 Internal server error | Server-side issue | Retry after a few seconds. If persistent, contact support@memories.ai. |