This endpoint creates a attribute_enrichment
job. Given information about a product variant, like name, description, image url, Scale will produce enrichments for the product with the attributes you specify. If no attributes are given to the endpoint, then Scale will attempt to extract whatever is possible from the inputs.
The required parameter for this job is either product_variant
or catalog_key
.
Attributes are extracted from an image and text by employing machine learning models that rely on named entity recognition and image classification techniques. To ensure high quality, we require that only valid attributes are provided as input to this endpoint. Any other provided attributes will be ignored and will not be retrieved. You can find definitions and examples of the valid attributes here. Additionally, only English text is supported as text inputs to this endpoint, as the model will not perform well on non-English text.
See the Attributes Sample for a sample of available attributes.