cURL
curl --request POST \ --url https://app.alana.shopping/api/ai/enhance \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspace_id": "<string>", "product_id": "<string>", "fields": [ "title" ] } '
{ "product_id": "<string>", "enhancements": {} }
Improve existing product content using AI
Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
title
description
bullet_points
Content enhanced successfully