Generate video from a text prompt (async).
Kick off an asynchronous video generation job and poll for the result. Billed per second of output in DA.
Authenticate every request with your key: Authorization: Bearer $OPENDUNES_API_KEY. Responses are billed in Algerian Dinars (DA) and deducted from your balance in real time.
Submit the job, then poll the returned id until the status is complete:
seconds is optional (default 8). The submit call returns a job id; poll GET /v1/videos/{id} for the status and the finished video URL.