Skip to main content
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": [
    "title"
  ]
}
'
{
  "product_id": "<string>",
  "enhancements": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>

Body

application/json
workspace_id
string
required
product_id
string
required
fields
enum<string>[]
Available options:
title,
description,
bullet_points

Response

Content enhanced successfully

product_id
string
enhancements
object