Skip to main content
Version: Latest

Retrieve models

Retrieve the list of valid AI models that can appear video projects.


1. API endpoint

https://app.deepbrain.io/api/odin/v3/dropdown/models

2. Response parameters

keydesctype
idUnique identifier of the AI modelString
labelUser-friendly label of the AI modelString

3. Sample Request

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