Model endpointsAtlas CloudStudio ugc ad

Generate video with atlascloud/studio/ugc-ad

Generates a video using the atlascloud/studio/ugc-ad model.

POST
/api/v1/model/generateVideo

Authorization

BearerAuth
AuthorizationBearer <token>

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/ugc-ad",    "product_image": "string",    "user_prompt": "string"  }'
{  "id": "string",  "model": "string",  "status": "string",  "outputs": [    "string"  ],  "error": "string"}

Last updated on