Skip to main content
Version: Latest

Retrieve business templates

Retrieve the list of pre-setted project information (i.e. templates) that can be utilized to create videos with business purposes.


1. API endpoint

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

2. Response parameters

keydesctype
idUnique ObjectId of the AI modelString
nameName of the templateString

3. Sample Request

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