nowapi-video appelle par défaut https://api.aiid.edu.kg et lit les informations d’authentification depuis NOWAPI_API_KEY.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create and query Sora-compatible and Seedance-compatible video generation tasks with NowAPI.
nowapi-video appelle par défaut https://api.aiid.edu.kg et lit les informations d’authentification depuis NOWAPI_API_KEY.
| Commande | API | Utilisation |
|---|---|---|
models | GET /v1/models | Interroger les modèles disponibles |
sora-create | POST /v1/videos | Créer une tâche vidéo compatible Sora |
sora-status | GET /v1/videos/{task_id} | Interroger une tâche vidéo compatible Sora |
sora-content | GET /v1/videos/{task_id}/content | Télécharger le résultat vidéo |
seedance-create | POST /api/v3/contents/generations/tasks | Créer une tâche vidéo Seedance |
seedance-status | GET /api/v3/contents/generations/tasks/{task_id} | Interroger une tâche vidéo Seedance |
node scripts/nowapi-video.mjs models
node scripts/nowapi-video.mjs sora-create --json video-request.json
node scripts/nowapi-video.mjs sora-status --id video_xxx
node scripts/nowapi-video.mjs seedance-create --json seedance-request.json
node scripts/nowapi-video.mjs seedance-status --id task_xxx
