Period_changer
Generate AI-powered ageing GIFs by uploading an image and specifying the target age using this API tool from the API-Market MCP Server.
Instructions
API for generating ageing gif using AI models. Make sure to call get ageing gif URL, with the result id received from this API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | https://replicate.delivery/mgxm/806bea64-bb51-4c8a-bf4d-15602eb60fdd/1287.jpg | |
| target_age | Yes | default |
Input Schema (JSON Schema)
{
"properties": {
"image": {
"default": "https://replicate.delivery/mgxm/806bea64-bb51-4c8a-bf4d-15602eb60fdd/1287.jpg",
"type": "string"
},
"target_age": {
"default": "default",
"type": "string"
}
},
"required": [
"image",
"target_age"
],
"type": "object"
}