Photo Style Transfer
This product offers photo and image style transformation features, supporting a variety of styles including Ghibli, oil painting, Monet, anime, ink painting, and more than 20 other styles. Users can easily transform ordinary images into artistic creations to meet their creative needs.
Photo Style Transfer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
create style transfer task /api/v1/style-transfer/async-create |
This endpoint allows you to asynchronously create a style transfer task. The system will process the image and apply the selected style. |
| GET |
get task result /api/v1/style-transfer/task/{id} |
This endpoint retrieves the status and result of a specific style transfer task. Use the task ID to query the progress or fetch the final output. |