action aiception_post_artistic_image { label: "Create an artistic image [ image_url, style_url -> id ]" description: "Given an image content and a style image create a new stylized image of the content." provider: aiception method: POST path: "/artistic_image" encoding: json output: { type: "object" additionalProperties: true } }