Bem-vindo ao nosso novo hub de docs! Central de Ajuda + Docs para Desenvolvedores em um só lugar.
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 via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Authorization: Bearer <token>
title
description
bullet_points
Content enhanced successfully
Suggestions
Contact support