Visual Search

This API is currently in beta; the structure and route of API may change in the future.

POST

Route: /api/search/visual (BETA)

Generate complementary products for all products

Request Payload

{ 
"url": string;
"orgId": OrganizationID;
"toggle": {
        "category": boolean;
        "colour": boolean;
        "pattern": boolean;
        "gender": boolean;
        "material": boolean;
        "sleeveLength": boolean;
        "dressLength": boolean;
    }
}

Response ( status code: 200 )

Last updated