Enhance content
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": []
}
'{
"product_id": "<string>",
"enhancements": {}
}Enhance with AI
Improve existing product content using AI
POST
/
api
/
ai
/
enhance
Enhance content
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": []
}
'{
"product_id": "<string>",
"enhancements": {}
}Authorizations
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Body
application/json
Last modified on February 16, 2026
⌘I