Create a generation session

Creates a new product generation session with an optional PRD and catalog/schema version.

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
catalogVersionstringOptional
prdmap from strings to anyOptional
schemaVersionstringOptional

Response

Session created
assemblyStatemap from strings to any or null
catalogVersionstring or null
createdAtstring
expiresAtstring
idstring
organizationIdstring or null
planmap from strings to any or null
prdmap from strings to any or null
productObjectmap from strings to any or null
productObjectHashstring or null
schemaVersionstring or null
statusenum
updatedAtstring
userIdstring

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error