Model endpointsAtlas CloudStudio virtual try on

Generate video with atlascloud/studio/virtual-try-on

Generates a video using the atlascloud/studio/virtual-try-on 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/virtual-try-on",    "product_image": [      "string"    ],    "user_prompt": "string"  }'
{  "id": "string",  "model": "string",  "status": "string",  "outputs": [    "string"  ],  "error": "string"}

Last updated on