MODEL IDmemories-video-age-detection
live

Memories Video Age Detection

Memories AI
by Memories AI

Memories Video Age Detection estimates the age of individuals appearing in video content. It analyzes facial features across video frames to classify age ranges, supporting use cases such as content moderation, age-gated access control, audience analytics, and compliance verification.

Memories Video Age Detection

API Options

Platform-level options for task execution and delivery.

taskType

stringrequiredvalue: caption

Identifier for the type of task being performed

taskUUID

stringrequiredUUID v4

UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.

webhookURL

stringURI

Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.

Learn more1 resource

deliveryMethod

stringdefault: async

Determines how the API delivers task results.

Allowed values1 value
Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse. Required for long-running tasks like video generation.
Learn more1 resource

Include task cost in the response.

Inputs

Input resources for the task (images, audio, etc). These must be nested inside the inputs object.

inputs » video

video

stringrequired

Video input (UUID or URL).

Core Parameters

Primary parameters that define the task output.

model

stringrequiredvalue: memories-video-age-detection

Identifier of the model to use for generation.

Learn more3 resources