Download OpenAPI specification:Download
The service facilitates and streamlines e-commerce processes of product marketing.
Key Features
Key Benefits
Generates a text based on a prompt. Currently supported AI engines for text generation:
Prerequisite: API Token has to be configured in the Emporix system. You can do that via configuration service by storing the token under openAiApiToken
key.
Required scopes
ai.text_manage
The request was syntactically incorrect.
The authorization token is invalid or has expired.
Authorization scopes of the access token are not sufficient and do not match the scopes required by the endpoint.
A server-side error occurred.
{- "id": "en",
- "prompt": "Generate a long description for product 'pipe cutter' in language EN ",
- "maxTokens": 2048
}
{- "id": "en",
- "result": "Mini pipe cutters are small cutting tools that are designed to precisely and effectively cut through pipes ranging in size from 3 to 16 millimetres. Unlike some larger pipe cutters, these mini versions are conveniently small and light enough to be carried around easily and used in places where a standard-sized cutter may not be able to fit. They are typically made of hardened steel and are designed to work on most types of tubing and thin-walled plastic piping. The continuous interlocking jaws hold the pipe securely while the cutting blade smoothly and accurately creates a precise and neat cutting edge. Mini pipe cutters are the perfect tool for plumbers, DIYers and those tackling smaller scale pipe work in hard-to-reach places."
}