Get_ageing_gif_URL
Retrieve the URL of the ageing gif by providing a unique request ID. This tool simplifies access to visual data linked to specific requests for efficient integration and analysis.
Instructions
This endpoint retrieves the URL of the ageing gif for a given request ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request_id | Yes | Unique identifier for the request. |
Input Schema (JSON Schema)
{
"properties": {
"request_id": {
"description": "Unique identifier for the request.",
"type": "string"
}
},
"required": [
"request_id"
],
"type": "object"
}