Create Your First Video
Get an API key at app.aituber.app/dashboard/api-keys, then send one request:
curl -X POST "https://app.aituber.app/api/v1/videos/generate" \
-H "Authorization: Bearer $AITUBER_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "script": "5 facts about black holes", "inputType": "idea", "expectedDurationSeconds": 60 }'
Then poll GET /videos/{id} every few seconds until the status is completed. The full interactive reference is below.