본문으로 건너뛰기
버전: 최신 버전

자동화 템플릿 조회

Docs To Video / Topic To Video / Url To Video / Scripts To Video 이용시 사용되는 템플릿 목록을 조회합니다.


1. API Endpoint

https://app.aistudios.com/api/odin/v3/dropdown/templates_automation

2. Request Parameters

keydesctyperequireddefault
category템플릿 카테고리 InfoStringtrue-
orientation템플릿 방향
(web | mobile)
Stringfalseweb
fileBackground문서 업로드후 문서내용을 배경사용으로 사용할지 여부
(true | false)
Stringfalsefalse
정보
  • 요청별 허용 카테고리

    • Docs to video : business | education
    • [Topic / Url / Scripts] to video : social | business | education
  • fileBackground 옵션은 문서를 업로드하는 Docs to video 옵션입니다.


3. Response Parameters

keydesctype
id템플릿의 고유 IDString
name템플릿의 이름String
thumbnailUrl템플릿 이미지String

4. Sample Request

curl https://app.aistudios.com/api/odin/v3/dropdown/templates_automation \
-H "Authorization: ${API KEY}" \
-H "Content-Type: application/json" \
-X POST \
-G \
-d '{
"category": "social",
"orientation": "web",
"fileBackground": false
}'