Skip to content

Content Generation

BeInfi includes built-in AI tools that help you create high-quality content in seconds. Whether you need a product description, social media caption, or marketing copy, the AI assistant can draft it for you.

Generate compelling descriptions for your marketplace listings. The AI analyzes your product title, category, and any notes you provide to write a description that highlights key benefits and encourages purchases.

How to use it:

  1. Open a listing in edit mode.
  2. Click the AI button next to the description field.
  3. Optionally add notes (e.g., “emphasize the beginner-friendly aspect”).
  4. Click Generate.
  5. Review the output, edit if needed, and save.

Create ready-to-post captions for promoting your products on social platforms. The AI generates multiple variations so you can pick the one that fits your tone.

How to use it:

  1. Navigate to AI Tools > Social Captions.
  2. Select the listing you want to promote.
  3. Choose a tone: professional, casual, playful, or urgent.
  4. Click Generate.
  5. Copy your favorite caption.

Generate longer-form content for emails, landing pages, or blog posts. Provide a brief and the AI produces a draft you can refine.

Generate content programmatically using the AI endpoints:

Terminal window
curl -X POST https://api.beinfi.com/v1/ai/generate-description \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Minimalist Logo Kit",
"category": "digital-products",
"notes": "Focus on versatility and professional use cases",
"language": "pt-BR"
}'

Response:

{
"description": "Kit completo com 12 logos minimalistas editaveis, perfeitos para marcas pessoais, startups e freelancers. Arquivos em PNG, SVG e AI — prontos para usar em sites, redes sociais e materiais impressos.",
"tokens_used": 85
}

The AI generates content in:

  • Portuguese (pt-BR) — Default for Brazilian users.
  • English (en) — Available for all users.

Specify the language parameter in API requests or select the language in the dashboard before generating.

PlanGenerations per month
Free20
Pro200
BusinessUnlimited

Usage resets on the first day of each billing cycle. Track your remaining quota in Settings > AI Tools > Usage.