cURL
curl --request POST \ --url https://ai.getlynks.io/api/tasks/optimization/name \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --header 'X-OpenAI-Key: <api-key>' \ --data ' { "product_name": "<string>" } '
{ "message": "<string>", "old_name": "<string>", "best_name": "<string>", "other_names": [ "<string>" ] }
This endpoint is used to optimize the name of a product. It provides a better name for a product based on the current name.
cleaned
detailed
en
de
fr
it
The name of the product to optimize.
Successfully optimized the product name.