Skip to main content
POST
Create

Headers

string
required
Your API key for authorization.

Body Parameters

string
required
Descriptive text for the style profile. This should include style preferences, colors, patterns, or any other fashion attributes that define the style.
string
required
The ID of the profile to attach this style to.

Response

boolean
Indicates whether the operation was successful.
object
The created style object.
string
The ID of the profile this style is attached to.
string
A code indicating the result of the operation. Possible values:
  • STYLE_CREATED: Style created successfully
  • STYLE_PROFILE_CREATION_FAILED: Failed to create style profile
  • STYLE_EXISTS: A style already exists for this profile
string
Error message if the request fails.
Only one style is allowed per profile. If you need to modify a style, use the update endpoint instead.