Model endpointsAtlas CloudStudio product visuals

Generate image with atlascloud/studio/product-visuals

Generates an image using the atlascloud/studio/product-visuals model.

POST
/api/v1/model/generateImage

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/generateImage" \  -H "Content-Type: application/json" \  -d '{    "model": "atlascloud/studio/product-visuals",    "product_image": "string",    "user_prompt": "string"  }'
{  "id": "string",  "model": "string",  "status": "string",  "outputs": [    "string"  ],  "error": "string"}

Last updated on