Raymond-One-Click Video
POST/open/aigw/gateway/generations
Submit a one-click-video-simple asynchronous generation task. The server auto-matches templates and charges by shotCount.
Flow
- Submit the task through this endpoint and get
taskNo - After processing, the system sends a POST callback to
callbackUrl - You can also poll with
GET /open/aigw/gateway/generationTask?taskNo=xxx
Task Query (merged into same capability docs)
Request path: GET /open/aigw/gateway/generationTask?taskNo={taskNo}
Query response includes task status, stage progress (progress), and sanitized output (data):
status:pending/processing/success/failedprogress.stage:model_image/image/video/merge/completeddata.finalVideoUrl: final rendered video URL when task succeeds
Request
Responses
- 200
- 400
- 401
- 403
Task submitted successfully
Invalid request parameters
Unauthorized
API key is disabled, expired, or has insufficient balance