Skip to main content
POST

Authorizations

Authorization
string
header
required

Developer API key from developers.hemsy.ai (hemsy_...)

Body

application/json
sceneImage
string
required

Scene photo to render into: https URL or data URL (room, person, or space). Inline data URLs are capped at 8 MB.

products
object[]
required

Products to compose into the scene. Pass only the item(s) the user picked.

Required array length: 1 - 6 elements
aspect
enum<string>

Output aspect. Only "auto" is supported: output matches the scene image.

Available options:
auto

Response

Successful render

image
string

The rendered image (data URL).

products
object[]
usage
object