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
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
}
}
}