Create Volcengine-format video generation task
Interface description: Volcengine Ark video generation compatible endpoint for customers who have already integrated the Volcengine video generation API and want to migrate to AiToEarn without significantly changing their request structure. The request body keeps the Volcengine format; replace the request URL with the AiToEarn URL and change authentication to X-Api-Key. See the official Volcengine documentation: Create video generation task.
Authorizations
Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".
Body
Model ID or Endpoint ID.
Content passed to the model to generate video, keeping the Volcengine Ark video generation format.
- Option 1
- Option 2
- Option 3
- Option 4
Whether to return the last frame image.
Model tool configuration.
Resolution.
Aspect ratio.
Duration in seconds.
Random seed.
Whether to include a watermark.
Whether to generate audio synchronized with the visuals. Supported by the Seedance 2.0 series.
Task timeout threshold in seconds. Value range: [3600, 259200].
3600 <= x <= 259200Task execution priority from 0 to 9. A larger value means higher priority. Supported by the Seedance 2.0 series.
0 <= x <= 9Unique end-user identifier passed through to Ark for compliance checks.
Consumption source.
ai_video, ai_draft_generation, plugin Response
Native Volcengine-format response, not wrapped in the AiToEarn common response envelope.

