StyleAI API and Integration

StyleAI API seamlessly incorporate image processing AI into your website.

StyleAI API and Integration

StyleAI API seamlessly incorporate image processing AI into your website.

Face Change API

Pick a style,
and be the model

Experience personalized product try-ons like never before.

Visualize how the brand's apparel would look on customers.

Face Change API classifies and masks the area where the face will be changed, then allows you to change it to a different face.

Example request (form-data)

try {HttpPost httpPost = new HttpPost ("https://styleai.io/api/api/v1/studios/change_face");
HttpEntity multipartEntity = MultipartEntityBuilder.create()                      .addTextBody("token", token)                      .addBinaryBody("input_image_file"new File(imageFilePath))                      .addBinaryBody("masking_image_file"new File(maskFilePath))                      .addBinaryBody("face_image_file"new File(faceImageFilePath))
.build(); httpPost.setEntity(multipartEntity);      HttpResponse response = httpClient.execute(httpPost);      System.out.println("Response Code: " + response.getStatusLine().getStatusCode());      System.out.println("Response Body: " + EntityUtils.toString(response.getEntity())); } finally {httpClient.close();}

Face Change API

Pick a style,
and be the model

Experience personalized product

try-ons like never before.

Visualize how the brand's apparel would look on customers.

Face Change API classifies and

masks the area where the face will be changed, then allows you to change it to a different face.

Example request (form-data)

try {

      HttpPost httpPost = new HttpPost ("https://styleai.io/api/api/v1/studios/change_face");

      HttpEntity multipartEntity = MultipartEntityBuilder.create()

                      .addTextBody("token", token)

                      .addBinaryBody("input_image_file"new File(imageFilePath))

                      .addBinaryBody("masking_image_file"new File(maskFilePath))

                      .addBinaryBody("face_image_file"new File(faceImageFilePath))

                      .build();

      httpPost.setEntity(multipartEntity);

      HttpResponse response = httpClient.execute(httpPost);

      System.out.println("Response Code: " + response.getStatusLine().getStatusCode());

      System.out.println("Response Body: " + EntityUtils.toString(response.getEntity())); } finally {

      httpClient.close();

}

AI Fashion Studio
Pricing
API
Company

© 2024 StyleAI Inc.