Sign in

Quickstart

The fastest path is the Dashboard → Playground: paste a script, pick a style and voice, hit generate, and watch live progress. To do the same via API:

bash
curl -X POST https://api.clipfoundry.pl/v1/jobs \
  -H "Authorization: Bearer cf_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "script": "Honey never spoils...", "style": "cinematic", "voiceId": "el_brian" }'

You get a jobId back immediately. Poll it until status is done, then download videoUrl. See Track progress for SSE.