Skip to main content

Lynks AI External API Endpoints

The Lynks AI External API provides a range of endpoints to enhance and optimize product data for e-commerce platforms, specifically tailored for Manor & Galaxus. Here’s an overview of the available endpoints and their functionalities.

Product Optimization

Optimize Product Name

POST /tasks/optimization/name
This endpoint allows you to optimize product names for better clarity and searchability. Key features:
  • Improve product names based on the current name
  • Specify task type: cleaned or detailed
  • Translate to a target language

Optimize Product Description

POST /tasks/optimization/description
Enhance product descriptions with various customization options. Key features:
  • Adjust tone (professional, casual, or playful)
  • Target specific audience styles (men, women, or children)
  • Adjust description length
  • Option to use bullet points
  • SEO optimization
  • Translate to a specified language

Product Categorization

Categorization Task

POST /tasks/categorization
Automatically categorize products for specific sales channels (Galaxus or Manor). Key features:
  • Identify the most appropriate category based on product description
  • Specify sales channel for tailored categorization
  • Option to use RAG (Retrieval-Augmented Generation) for more precise results
  • Set a limit on the number of category suggestions

Product Attribution

Attribution Task

POST /tasks/attribution
Extract relevant attributes from a product description based on a given category. Key features:
  • Tailored to the requirements of different sales channels
  • Option to include recommended attributes
  • Option to include optional attributes
  • Ensures product listings have all necessary information for specific sales channels

Data Retrieval

Retrieve Categories List

bash GET /data/categories
Get a list of all categories for a specified sales channel (Galaxus or Manor).

Retrieve Attributes List

GET /data/attributes
Fetch a list of attributes associated with a specific category identifier.

Retrieve Values List

GET /data/values
Get a list of values associated with a specific category and/or attribute.

Using the API

To use these endpoints, you’ll need to authenticate your requests using the appropriate API keys. Refer to the Authentication page for more details on how to include these keys in your requests. For detailed information on request parameters, response formats, and example usage for each endpoint, please refer to the individual API reference pages in the sidebar.
Remember to check your subscription level to determine which endpoints and features are available to you. Some endpoints may require additional authentication or permissions.