AI Educational Clip GeneratorAPI

Generate short animated educational videos from a topic or idea. AI writes the script, generates scene-by-scene clips with narrated audio using Seedance, and stitches them into a complete MP4.

education~20 credits/callv1.0.0

Endpoint

POST https://backend.aaddyy.com/api/ai/edu-clip-generator

Authentication

Authorization: Bearer YOUR_API_KEY

Parameters

Required

userInputrequired
durationrequired

Values: 15304560

Example Request

curl -X POST https://backend.aaddyy.com/api/ai/edu-clip-generator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "userInput": "example_userInput",
    "duration": 5
  }'

Request Body

{
  "userInput": "example_userInput",
  "duration": 5
}

Example Response

{
  "success": true,
  "message": "AI Educational Clip Generator completed successfully",
  "timestamp": "2026-04-01T22:35:11.696Z",
  "requestId": "req_0qxyk2wdj",
  "data": {
    "cost": 0.2,
    "remainingCredits": 9.95
  }
}

SDK

import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/edu-clip-generator', {
  "userInput": "example_userInput",
  "duration": 5
})

Install: npm install aaddyy

Pricing

~20 credits (~$0.20) per request

Rate Limits

5 requests per 1h

Burst: 2