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.
Available generators
Section titled “Available generators”Product descriptions
Section titled “Product descriptions”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:
- Open a listing in edit mode.
- Click the AI button next to the description field.
- Optionally add notes (e.g., “emphasize the beginner-friendly aspect”).
- Click Generate.
- Review the output, edit if needed, and save.
Social media captions
Section titled “Social media captions”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:
- Navigate to AI Tools > Social Captions.
- Select the listing you want to promote.
- Choose a tone: professional, casual, playful, or urgent.
- Click Generate.
- Copy your favorite caption.
Marketing copy
Section titled “Marketing copy”Generate longer-form content for emails, landing pages, or blog posts. Provide a brief and the AI produces a draft you can refine.
API access
Section titled “API access”Generate content programmatically using the AI endpoints:
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}Supported languages
Section titled “Supported languages”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.
Usage limits
Section titled “Usage limits”| Plan | Generations per month |
|---|---|
| Free | 20 |
| Pro | 200 |
| Business | Unlimited |
Usage resets on the first day of each billing cycle. Track your remaining quota in Settings > AI Tools > Usage.