action aiception_get_artistic_image_task_id { label: "Gets a artistic image by task id [ id -> artistic image task ]" description: "The artistic_image will have the urls of the stylized images." provider: aiception method: GET path: "/artistic_image/{taskId}" encoding: json input: { type: "object" properties: { taskId: { type: "string" } } required: ["taskId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }