영상 API

하나의 영상 API로
발행까지 전부

자막, 렌더링, AI 영상, 이미지, 내레이션, 예약 발행을 REST API 하나와 키 하나로. 같은 플랫폼을 직접 만든 에이전트가 MCP로 조작할 수 있습니다.

REST + MCP범위 지정 키서명된 웹훅

URL에서 자막 입힌 mp4까지

네 번의 호출, 모두 실제 엔드포인트 이름입니다. 의사 코드는 없습니다.

export AUTOSTUD_API_KEY="sk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export MEDIA_URL="https://cdn.example.com/interview.mp4"

# 1. A project to hang the timeline on.
VIDEO_ID=$(curl -s -X POST https://autostud.ai/api/v1/actions/videos.create \
  -H "Authorization: Bearer $AUTOSTUD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"video_name":"Interview clip","video_type_id":"timeline","video_format":"portrait","video_lang":"en"}' \
  | jq -r .data.video_id)

# 2. Transcribe and style the subtitles.
curl -X POST https://autostud.ai/api/v1/actions/subtitles.generate \
  -H "Authorization: Bearer $AUTOSTUD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"video_id":"'"$VIDEO_ID"'","media_url":"'"$MEDIA_URL"'","style_preset":"beast","words_per_group":3,"enable_emphasis":true}'

# 3. Render it.
curl -X POST https://autostud.ai/api/v1/actions/renders.create \
  -H "Authorization: Bearer $AUTOSTUD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"video_id":"'"$VIDEO_ID"'","video_type_id":"timeline","video_format":"portrait"}'

# 4. Stop polling: register the webhook once.
curl -X POST https://autostud.ai/api/v1/webhooks \
  -H "Authorization: Bearer $AUTOSTUD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://your-app.com/hooks/autostud","events":["render.completed","render.failed"]}'
렌더링은 크레딧으로 과금되며, 모든 응답이 사용량을 알려줍니다.OpenAPI 명세에러 코드

에이전트에게 맡겨도 됩니다

같은 플랫폼을 기계용으로 기술했습니다: MCP URL 하나, 모든 페이지의 마크다운 버전, 그리고 복구 방법까지 담은 오류.

llms.txt기계가 읽는 색인

클라이언트를 작성하기 전에

사용해 보려면 유료 플랜이 필요한가요?

아니요. 키는 대시보드에서 발급하며, sk_test_ 키는 요청을 끝까지 실행한 뒤 쓰기, 크레딧 차감, 웹훅 직전에 멈춥니다. live 호출은 크레딧을 사용합니다.

완성된 파일은 어떻게 받나요?

웹훅을 한 번만 등록하면 모든 렌더와 생성이 서명과 재시도를 갖춰 스스로 알립니다. 스택에 맞다면 폴링도 괜찮습니다.

요청 제한이 있나요?

네, 키 단위로 있습니다. 추측할 필요 없이 GET /api/v1이 키의 한도와 현재 사용량을 알려줍니다.

코드를 쓰지 않고 AI 에이전트가 쓸 수 있나요?

가능합니다. MCP 페이지가 키를 발급하고 연결 URL을 돌려줍니다. Claude, Cursor, ChatGPT에 붙여넣으면 같은 API가 도구로 제공됩니다.

이제 만들어 볼까요?

바이럴 영상을 몇 분 만에. 무료 체험에는 카드 등록이 필요 없습니다.

안전한 결제
즉시 이용
언제든 해지