Skip to main content
Version: Latest

Get Model List

The get model list section demonstrates how to retrieve information about AI models that can be used to create a project through the API.


1. API endpoint

https://app.deepbrain.io/api/odin/v3/model

2. Response parameters

keydesctype
modelsInformation about synthetic modelsArray(json)
models[].idUnique key of the AI modelString
models[].labelName information of the AI modelJson
models[].label.koKorean notationString
models[].label.enEnglish notationString
models[].thumbnailImage path for previewing the modelString
models[].clothesClothes informationArray(json)
models[].clothes[].idClothes that the AI Model will wear.String
models[].clothes[].labelName of clothesJson
models[].clothes[].label.koKorean notationString
models[].clothes[].label.enEnglish notationString
models[].clothes[].thumbnailImage path for previewing the clothesString

3. Sample Request

curl https://app.deepbrain.io/api/odin/v3/model  \
-H "Authorization: ${API KEY}" \
-H "Content-Type: application/json" \
-X GET