AlphaAlpha Docs
API ReferenceArtist impressions

Generate artist impression

Generate an AI artist impression from a screenshot

POST
/projects/{projectId}/houses/{houseId}/artist-impressions/generate
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
houseId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/projects/string/houses/string/artist-impressions/generate" \  -H "Content-Type: application/json" \  -d '{    "materials": [      "string"    ],    "model": "string",    "prompt": "string",    "screenshot": "string"  }'
{
  "blobId": "string",
  "created": "2019-08-24T14:15:22Z",
  "footstepId": "string",
  "height": 0,
  "id": "string",
  "materials": [
    "string"
  ],
  "model": "string",
  "prompt": "string",
  "thumbnailBlobId": "string",
  "width": 0
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}