AI Style Manager

Style templates API

We have some fine-tuned styles available, if your app needs to use a pre-existing style library, use this API

Get list AI style

GET https://api-style-manager.apero.vn/v3/styles

Query Parameters

NameTypeDescription

limit

Integer

Default: 10 For pagination

page

Integer

Default: 1 For pagination

project*

String

We will provide the app name for your application when you send us your request

search

String

Search by name of style

orderBy

String

Field want to sort

orderType

String

Default: desc Type of field orderBy want to sort

Accept 2 values: desc, asc

styleType

String

Default: art

Type of style Accept 2 values: art, transform

segmentValue

String

Value of sedment on Firebase

{
    "data": {
        "items": [
            {
                "_id": "6535dd604d6e24f752ae9682",
                "project": "Crown AI",
                "name": "Style demo 1",
                "key": "https://static.apero.vn/video-editor-pro/ai-style-thumbnail/my-avatar_14.jpg",
                "config": {
                    "mode": 0,
                    "style": "superman",
                    "positivePrompt": "apero_superman+, cape, bodysuit, muscular, sunset, city, sun, manly, superhero, masterpiece, perfect eyes, beautiful face and eyes, best quality, extremely detailed picture, 8k, ultra detailed",
                    "negativePrompt": "extra person, clone, bad hands,no distorted fingers++, no ugly hands, no creepy hands, unnatural hands, blurry hands,  extra limbs++, disfigured++,   malformed limbs+, extra legs, mutated hands++, fused fingers++, too many fingers++"
                },
                "mode": "custom",
                "version": "v3",
                "metadata": [],
                "priority": -9999999.385846667,
                "thumbnailApp": [
                    {
                        "thumbnail": "https://static.apero.vn/video-editor-pro/ai-style-thumbnail/my-avatar_14.jpg",
                        "thumbnail_type": "Thumbnail type 1",
                        "_id": "6535dd604d6e24f752ae9683"
                    },
                    {
                        "thumbnail": "https://static.apero.vn/video-editor-pro/ai-style-thumbnail/my-avatar_15.jpg",
                        "thumbnail_type": "Thumbnail type 2",
                        "_id": "6535dd604d6e24f752ae9684"
                    }
                ],
                "categories": [],
                "subscriptionType": "free",
                "aiFamily": {
                    "_id": "652f931926cc1211d99c9235",
                    "displayName": "SDXL-Avatar",
                    "name": "sdxl-avatar",
                    "thumbnail": "",
                    "baseUrl": "https://avatar-core.apero.vn",
                    "priority": 3000000,
                    "createdAt": "2023-10-18T08:11:05.753Z",
                    "updatedAt": "2023-10-18T08:11:05.753Z",
                    "__v": 0
                },
                "styleType": "transform",
                "__v": 0,
                "createdAt": "2023-10-23T02:41:36.435Z",
                "updatedAt": "2023-10-23T02:41:36.435Z",
                "configString": "{\"mode\":0,\"style\":\"superman\",\"positivePrompt\":\"apero_superman+, cape, bodysuit, muscular, sunset, city, sun, manly, superhero, masterpiece, perfect eyes, beautiful face and eyes, best quality, extremely detailed picture, 8k, ultra detailed\",\"negativePrompt\":\"extra person, clone, bad hands,no distorted fingers++, no ugly hands, no creepy hands, unnatural hands, blurry hands,  extra limbs++, disfigured++,   malformed limbs+, extra legs, mutated hands++, fused fingers++, too many fingers++\"}"
            },
            {
                "_id": "65310f46877feb5b1c1c51a0",
                "project": "Crown AI",
                "name": "Style 2",
                "key": "https://static.apero.vn/video-editor-pro/ai-style-thumbnail/33.png",
                "config": {
                    "mode": 0,
                    "style": "chibi_3d",
                    "positivePrompt": "blindbox_v1_mix++,   masterpiece  +,   best quality  +, highres, highly detailed, 3d art, cute, clean background,   perfect face +, big eyes",
                    "negativePrompt": "no distorted fingers++, extra limbs++, malformed limbs+, extra legs, mutated hands++, fused fingers++, too many fingers++",
                    "fixOpenpose": true
                },
                "mode": "custom",
                "version": "v3",
                "metadata": [],
                "priority": 86.18737936436494,
                "thumbnailApp": [],
                "categories": [],
                "subscriptionType": "free",
                "styleType": "art",
                "__v": 0,
                "createdAt": "2023-10-19T11:13:10.153Z",
                "updatedAt": "2023-10-20T03:22:30.184Z",
                "aiFamily": null,
                "configString": "{\"mode\":0,\"style\":\"chibi_3d\",\"positivePrompt\":\"blindbox_v1_mix++,   masterpiece  +,   best quality  +, highres, highly detailed, 3d art, cute, clean background,   perfect face +, big eyes\",\"negativePrompt\":\"no distorted fingers++, extra limbs++, malformed limbs+, extra legs, mutated hands++, fused fingers++, too many fingers++\",\"fixOpenpose\":true}"
            }
        ],
        "totalItems": 2,
        "page": 1,
        "limit": 15,
        "totalPages": 1,
        "paging": false
    },
    "statusCode": 200,
    "success": true
}

Get list category of styles

GET https://api-style-manager.apero.vn/category

Query Parameters

NameTypeDescription

page

Integer

Default: 1 For pagination

limit

Integer

Default: 10 For pagination

styleType

String

Accept 3 values: art, ai_fashion, avatar

project

String

Name of project

segmentValue

String

Value of segment on Firebase

Last updated