API
This is a page introducing the API of myFiit
myFiit API
information of Access
API KEY
Sending separately
Information of Access
https://api.myfiit.ai/body
myFiit API
myFiit API
API Type
01
Body Measurement API
- Users send front & side photos, height, weight, and gender information to the server.
- Users send front & side photos, height, weight, and gender information to the server. Once the data is successfully transmitted through the API, a URL is provided to view the results.(URL structure : the access URL + the measurement ID)
02
API for Retrieving Body Measurements
- Using the URL provided by the Body Measurement API, users can retrieve the measured body sizes.
- Once the data is successfully transmitted via the API, a URL is provided to view the results.(URL structure : the access URL + the measurement ID)
03
User Face Configuration API
- This API generates a 3D representation of a user’s face for avatar customization, based on the provided facial photograph.
04
Avatar Generating API
- This API generates a 3D avatar based on the body measurements obtained from photos.(If user 3D facial data is available, the avatar’s face is applicated on the face of the avatar.)
05
API that brings generated avatar
- The generated 3D avatar can be fetched in GLTF/FBX formats, while the texture data applied to the avatar is retrieved in PNG format.
myFiit API
Each Introduction of API
API that measures body
API that brings estimated body-size
API of user’s face-setting
API that generates an avatar
API that brings generated avatar
API that measures body
HTTP REQUEST
POST https://api.myfiit.ai/body/v1/persons”
REQUEST BODY
My name | Type | Description |
---|---|---|
gender | string | Inputting gender |
height | integer | User’s height more than 150cm and less than 220cm |
weight | integer | No restriction, User’s weight is integer (unit:kg) |
front_image | image | Front photo / encoded jpg image to Base64 |
side-image | image | Side photo / encoded jpg image to Base64 |
API that brings estimated body-size
HTTP REQUEST
GET https://api.myfiit.ai/body/v1/persons/ <id>
REQUEST BODY
My name | Type | Description |
---|---|---|
id | Estimated ID included in URL that are returned on the “Body measurement API” |
API of user’s face-setting
HTTP REQUEST
POST https://api.myfit.ai/body/v1/face
REQUEST BODY
My name | Type | Description |
---|---|---|
id | Estimated ID included in URL that are returned on the “Body measurement API” | |
face_image | image | Front face / encoded jpg image to Base64 |
API that generates an avatar
HTTP REQUEST
POST https://api.myfit.ai/body/v1/avatar
REQUEST BODY
My name | Type | Description |
---|---|---|
id | value of id let known while returned on the “Body measurement API” | |
face | Whether to apply the generating avatar’s face using the data of the photo of face 0 : Not using the user’s face 1 : Using the user’s face |
API that brings generated avatar
HTTP REQUEST
POST https://api.myfit.ai/body/v1/getavatar
REQUEST BODY
My name | Type | Description |
---|---|---|
id | value of id let known while returned on the “Body measurement API” | |
filetype | File form of 3D avatar 0: FBX 1: GLTF |
Example
What to input
This form should include those factors height, gender, front size, side size
myFiit API
API Type
myFiit API
API Type
Overview
AIMAKESTEE
인공지능 모델을 적용한 의상 제작 및 생산 서비스
Contact us
If you leave your inquiry, I will contact you after checking it.