v1

latestOpenAPI 3.0.0Privacy policy2026-08-062712.8 KB
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

OR

Example request

{
  "src_file_url": "https://example.com/selfie.jpg"
}

Response

Successful execution of the AI Aging Simulation task

statusinteger

Response status

Example response

{
  "status": 200,
  "data": {
    "task_id": "grH0CvsgXuAIHLUzD0V1Ol34hoet3R1tvdbtiVHrDb6_UqCLKIejAIajwxrhOAfe"
  }
}