WordArt锦书-文字纹理生成

复制成功!
加入对比
图像生成

概述

图像生成

WordArt锦书-文字纹理生成可以对输入的文字内容或文字图片进行创意设计,根据提示词内容对文字添加材质和纹理,实现立体凸显或场景融合的效果,生成效果精美、风格多样的艺术字,结合背景可以直接作为文字海报使用。

输入

文本图像

输出

图像

功能

前缀补全

函数调用

缓存

结构化输出

批量任务

联网搜索

微调

定价

  • 图片生成
    ¥0.08每张

速率限制

    API 参考

    获取 API Key
    复制成功!
    12345678910111213141516171819202122
    curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/wordart/texture' \
    --header 'X-DashScope-Async: enable' \
    --header "Authorization: Bearer $DASHSCOPE_API_KEY" \
    --header 'Content-Type: application/json' \
    --header 'Accept: application/json' \
    --data '{
        "model": "wordart-texture",
        "input": {
            "image": 
            {
                "image_url": "https://dmshared-new.oss-cn-hangzhou.aliyuncs.com/junyan.hjy/wordart/lcy/example.png"
            },
            "prompt": "水果,蔬菜,温暖的色彩空间",
            "texture_style": "material"
        },
        "parameters": 
        {
            "image_short_size": 704,
            "n": 2,
            "alpha_channel": false
        }
    }'