cURL
curl --request POST \ --url https://app.alana.shopping/api/ai/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspace_id": "<string>", "content_type": "title", "input": {}, "brand_id": "<string>", "options": { "tone": "<string>", "length": "short" } } '
{ "content": "<string>", "alternatives": [ "<string>" ], "confidence": 123 }
Generate product descriptions, titles, or other 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
meta_description
bullet_points
Input context for generation
Show child attributes
Content generated successfully