Generate video with atlascloud/studio/trend-remix
Generates a video using the atlascloud/studio/trend-remix model.
Authorization
BearerAuth API key is required to authorize requests. Create a key in the Atlas Cloud dashboard.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "atlascloud/studio/trend-remix", "product_image": [ "string" ], "reference_video": [ "string" ], "user_prompt": "string" }'{ "id": "string", "model": "string", "status": "string", "outputs": [ "string" ], "error": "string"}Last updated on