StyleAI API

StyleAI API를 활용하여 이미지 생성 AI를 제품에 통합해보세요.

StyleAI API

StyleAI API를 활용하여 이미지 생성 AI를 제품에 통합해보세요.

Face Change API

스타일을 선택하고

모델이 되어보세요.

이전과는 전혀 다른 맞춤형 제품 체험을 경험해보세요. 브랜드 의류가 고객에게 어떻게 보일지 시각화합니다.

Face Change API는 얼굴이 변경될 영역을 분류한 후 다른 얼굴로 변경할 수 있도록 해줍니다.

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

스타일을 선택하고
모델이 되어보세요.

이전과는 전혀 다른 맞춤형 제품 체험을 경험해 보세요. 브랜드 의류가 고객에게 어떻게 보일지 시각화합니다.

Face Change API는 얼굴이 변경될 영역을 분류한 후 다른 얼굴로 변경할 수 있도록 해줍니다.

Example request (form-data)

try {

      HttpPost httpPostnew 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 패션 스튜디오
가격 안내
API
회사 소개

주식회사 스타일에이아이 | 대표 백하정 | 대전광역시 유성구 대학로 99, 팁스타운 | 사업자등록번호 447-86-01968 | 문의: support@styleai.io

AI 패션 스튜디오
가격 안내
API
회사 소개

© 2024 StyleAI Inc.