V1.0
Run a AI Aging Generator task.
This endpoint initiates the aging generation process. You must provide a source file (via URL or File ID). The task will be processed asynchronously, and you can check its status using the task_id returned in this response.
post/s2s/v2.0/task/aging
Request body
Example request
{
"src_file_url": "https://example.com/selfie.jpg"
}Response
Successful execution of the AI Aging Simulation task
Example response
{
"status": 200,
"data": {
"task_id": "grH0CvsgXuAIHLUzD0V1Ol34hoet3R1tvdbtiVHrDb6_UqCLKIejAIajwxrhOAfe"
}
}