Transfer and Store External Link Content in A2E’s Object StorageWhen creating an avatar using the POST /api/v1/userVideoTwin/startTraining API, you must provide a video file URL. For privacy reasons, we do not automatically store the content of your URL in our storage. Instead, each time you generate an AI avatar video via POST /api/v1/video/generate, our system retrieves the video directly from the provided URL.However, if your URL is slow to access or not permanent, AI video generation may fail. To optimize performance and ensure reliability, you can use this API endpoint to store the content in A2E’s object storage. By doing so, algorithmic processing speed is significantly improved due to reduced network latency and optimized data retrieval.This is particularly useful when:
1.
Your video content is temporary and cannot be directly used with /api/v1/userVideoTwin/startTraining.
2.
The connection to your URL is slow or unstable. Transferring the file to A2E storage accelerates subsequent processing. Note: The maximum supported size is 5 GiB. Objects larger than 5 GiB will fail to be fetched.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.