WordArt Jinshu specializes in text—especially Chinese characters—for diverse use cases. It intelligently generates creative font styles, artistic textures, and personalized fonts from simple prompts. The service produces rich, visually engaging special-effect text in batches and provides precise control and artistic refinement for text recognition, creativity, and visual artistry. You can use it easily and quickly in documents, posters, and illustrations.
To quickly test and experience the feature effects, go to the ModelScope community and try out the WordArt Jinshu space.
This document applies only to the China (Beijing) region. Use an API key from this region.
Model Calls
WordArt Jinshu – Text Deformation: Text Deformation API details
WordArt Jinshu – Text Texture Generation: Text Texture Generation API details
Function Introduction
Text Deformation
WordArt Jinshu – Text Deformation creatively modifies the outline of input text by adjusting its edges based on your prompt. This enables more expressive applications of a single font style. The output is a black-background image with white-masked text.
Input text: Guilin Landscapes
Prompt: Layered mountains, winding Li River, unique rock formations
Result:

Text Texture Generation
WordArt Jinshu – Text Texture Generation creatively designs input text or text images by applying materials and textures based on your prompt. This achieves effects such as 3D materials, scene integration, and light-and-shadow rendering. The result is exquisite, diverse artistic text that you can use directly as a poster with background.
Currently, two main categories are supported: “Custom” and “Preset Styles.” The “Custom” category offers three styles. You can customize texture effects using prompts based on these styles and specify both prompts and font types. The “Preset Styles” category offers 18 styles. These styles are preconfigured and do not support custom prompts or font types. Example images for each style are shown below:
Custom category:

Preset Styles category:
Waterfall (waterfall)
| Snow Plateau (snow_plateau)
|
Primeval Forest (forest)
| Sky Roaming (sky)
|
Chinese Style Architecture (chinese_building)
| Fantasy Cartoon (cartoon)
|
Lego Blocks (lego)
| Blooming Flowers (flower)
|
Acrylic (acrylic)
| Marble (marble)
|
Felt Yarn (felt)
| Vintage Oil Painting (oil_painting)
|
Watercolor (watercolor_painting)
| Chinese Painting (chinese_painting)
|
Gongbi painting (meticulous-style painting)
| City Night View (city_night)
|
Lake and Mountain Scenery (mountain_lake)
| Autumn Leaves (autumn_leaves)
|
Sample Code
Prerequisites
You have activated the service and obtained an API key: Get API Key.
The following code demonstrates how to use the Text Texture Generation API. Replace your-bailian-api-key in the example with your API key for the code to run correctly.
Dependencies and Code
curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/wordart/texture' \
--header 'X-DashScope-Async: enable' \
--header 'Authorization: Bearer <YOUR-DASHSCOPE-API-KEY>' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'X-DashScope-DataInspection: enable' \
--data '{
"model": "wordart-texture",
"input": {
"text":
{
"text_content": "Text Creativity",
"font_name": "dongfangdakai",
"output_image_ratio": "1:1"
},
"prompt": "Fruits, vegetables, warm color space",
"texture_style": "material"
},
"parameters":
{
"image_short_size": 704,
"n": 2,
"alpha_channel": false
}
}'FAQ
Can I use WordArt creative text generated by models for commercial purposes at no cost?
In most cases, if you hold valid intellectual property rights to your uploaded content, the intellectual property rights to the generated content remain with you. For more information, see the Alibaba Cloud Model Studio Service Agreement.
API Reference
For detailed information about calling the WordArt Jinshu API, see Text Texture Generation API details and Text Deformation API details.

















