v1

latestOpenAPI 3.0.0Privacy policy2026-08-062712.8 KB
V1.0

Check the status of a AI Aging Generator task.

get/s2s/v2.0/task/aging/{task_id}

Path parameters

task_idstring required
Example:grH0CvsgXuAIHLUzD0V1Ol34hoet3R1tvdbtiVHrDb6_UqCLKIejAIajwxrhOAfe

ID of task to check

Response

Successful check of the task status

statusinteger

Response status

Example response

{
  "status": 200,
  "data": {
    "results": {
      "output": [
        {
          "url": "https://example.com/sample-result-url",
          "res_age": 12
        }
      ],
      "age": 21,
      "agd_idx": 2,
      "age_min": 12,
      "age_max": 70,
      "num_of_photos": 16
    }
  }
}